Click to See Complete Forum and Search --> : [RESOLVED] Layout in IE


Wiz Creations
04-10-2008, 01:20 AM
http://wizcreations.com/det028
http://wizcreations.com/det028/scripts/layout.css

For some reason, this layout is not displaying correctly in older versions of IE. The center column is getting pushed below the sides. I checked the widths to make sure all the math is correct, but I can't find anything. Please look for possible errors.

Fang
04-10-2008, 02:48 AM
#content {
float:left;
width:485px; /* sets width of body content container */
height:auto; /* allows for varrying amount of body content */
padding-top:10px; /* puts space between content top main nav */
/* margin-left:183px; moves right to make room for left column */
padding-bottom:15px; /* puts space between content bottom and footer */
color:#FFFFFF; /* sets text color */
font-family:Georgia, Times, serif; /* set of fonts to choose from for content */
}

Wiz Creations
04-10-2008, 01:48 PM
Thanks! Always helps having someone else look at the coding.