Negative Margins on IE 6 & 7

endortrails
avatar
rank Regular

Regular


Posts: 11
Joined: 2008-02-18
Location: Kansas

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?