Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can’t figure out IE!!! Re: Can’t figure out IE!!!

#59328
kamil
Member

Try this…

body {
background:#FFFFFF;
margin:50px 0 0;
}
#shadow {
background:transparent url(../images/shadow_sides.gif) repeat-y scroll 0 0;
margin:0 auto;
width:1075px;
}
#container {
background:#FFFFFF;
border:1px solid #666666;
margin:0px auto;
width:1024px;
}