I can't figure out why my website isn't centered in IE, while it is in Chrome or Firefox.
I'm using:
CSS:
#container {
width: 800px;
margin-left: auto;
margin-right: auto;
background-image: url(images/bgr.gif);
margin-top: 0px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 15px;
background-repeat: repeat-y;
background-color: #FFF;
border: 5px outset #fce387;
}
HTML:
<div id="container">
</div>
Any help/suggestions?
http://frontiersymposium.nl/
Thanks!