I have a web page that displays correctly in FF but not in IE. It is meant to be a 3 column page... How can I resolve this?
Thanks.
Edit:
Css-
div#center {
width:400px;
margin-left:auto;
margin-right:auto;
height:100%;
border:1px solid #000000;
background-color:#CCCCCC;
float:none;
}
Last edited by LadynRed; 10-18-2007 at 11:51 AM..
|