Brusca
08-15-2005, 07:54 PM
I can't get this css code to center in IE. And it is pushing the last div tag further down than it should. Any clues??
body {
font: medium arial, sans-serif;
background-image: url(/images/bg.gif);
}
#container {
height: 660px;
width: 770px;
margin: 0 auto;
padding: 0;
}
h1 {
text-align: center;
margin: 0;
padding: 10px;
}
#left {
float: left;
font-size: small;
width: 374px;
padding-top: 0;
height: 372;
background-image: url(/images/travel_02.gif);
background-repeat: no-repeat;
background-position: right top;
margin: 0px;
padding: 0px;
}
#right {
float: left;
font-size: small;
height: 372;
width: 396px;
background-image: url(/images/travel_03.gif);
background-repeat: no-repeat;
background-position: left top;
margin: 0px;
padding: 0px;
}
#bottomone {
width: 770px;
float: left;
margin: 0px;
padding: 0px;
height: 140;
background-repeat: no-repeat;
background-position: center top;
}
#bottomtwo {
width: 770px;
float: left;
margin: 0px;
padding: 0px;
background-image: url(/images/travel_06.gif);
height: 140;
background-repeat: no-repeat;
background-position: center top;
}
body {
font: medium arial, sans-serif;
background-image: url(/images/bg.gif);
}
#container {
height: 660px;
width: 770px;
margin: 0 auto;
padding: 0;
}
h1 {
text-align: center;
margin: 0;
padding: 10px;
}
#left {
float: left;
font-size: small;
width: 374px;
padding-top: 0;
height: 372;
background-image: url(/images/travel_02.gif);
background-repeat: no-repeat;
background-position: right top;
margin: 0px;
padding: 0px;
}
#right {
float: left;
font-size: small;
height: 372;
width: 396px;
background-image: url(/images/travel_03.gif);
background-repeat: no-repeat;
background-position: left top;
margin: 0px;
padding: 0px;
}
#bottomone {
width: 770px;
float: left;
margin: 0px;
padding: 0px;
height: 140;
background-repeat: no-repeat;
background-position: center top;
}
#bottomtwo {
width: 770px;
float: left;
margin: 0px;
padding: 0px;
background-image: url(/images/travel_06.gif);
height: 140;
background-repeat: no-repeat;
background-position: center top;
}