Site will not center in Explorer but does in Firefox
Hi,
I just made this site <http://www.theartisticreation.com>
It looks perfect (to me) in firefox, but in explorer it does not site relative center in the window?
Can anyone help me figure this out?
I have everything inside a container div which is styled like this
#container {
position:relative;
margin-right:auto;
margin-left:auto;
width:1024px;
height:800px;
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
}
|