Home › Forums › CSS › Can’t figure out IE!!! › Re: Can’t figure out IE!!!
June 19, 2009 at 8:02 am
#59328
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;
}