When viewing this site on IE, the bottom two footers (five column listing and the three column listing) position too far to left. http://themes.thadallender.com/
Works fine in FF and Safari, but not IE. I'm sure it has something to do with the negative margins I have set in the div ids
Regular
Posts: 11
Joined: 2008-02-18
Location: Kansas
Posted: Fri, 2008-05-16 15:21
Hi
When viewing this site on IE, the bottom two footers (five column listing and the three column listing) position too far to left.
http://themes.thadallender.com/
Works fine in FF and Safari, but not IE. I'm sure it has something to do with the negative margins I have set in the div ids
#gray_bg {
background:#ddd;
padding:2em;
margin:0 -2em 0 -2em;
float:left;
position: relative;
}
#dark_bg {
background:#000;
padding:2em;
margin:0 -2em 0 -2em;
color: #666;
float:left;
position: relative;
}
Thoughts?