Forum Moderators: open

Message Too Old, No Replies

All versions of ie break my page

I am so sick of this

         

GGR_Web

10:32 am on Feb 26, 2009 (gmt 0)

10+ Year Member



What is this code doing to break ie (every version)?

body {
margin-left:5px;
width:995px;
}

.frame {
position:relative;
}

.adleft {
background-color:#00CCCC;
width:105px;
min-height:700px;
margin:0 105px auto 0
}

.adright {
background-color:#00CCCC;
width:105px;
min-height:700px;
margin:-200px 110px 0 890px;
}

.topnav {
background-color:#FF0000;
width:785px;
min-height:100px;
margin:-700px 0px 100px 105px;
}

.banner {
background-color:#0000FF;
width:785px;
min-height:100px;
margin:-600px 0px 200px 105px;
}

.content {
position:absolute;
width:785px;
}

.leftnav {
background-color:#666666;
width:160px;
min-height:500px;
margin:-200px 745px auto 105px;
}

.highlight {
background-color:#000000;
width:420px;
min-height:200px;
margin:-500px 425px auto 265px;
}

.special {
background-color:#0000FF;
width:205px;
min-height:500px;
margin: -200px 215px auto 685px;
}

.news {
background-color:#00FF00;
width:420px;
min-height:300px;
margin:-300px 425px auto 265px;
}

.footer {
background-color:#996600;
width:995px;
min-height:20px;
margin:0px 0px 0 0;

rocknbil

3:44 pm on Feb 26, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is your page rendering in standards mode or quirks mode? (I.E., does it validate?)

choster

4:16 pm on Feb 26, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



As rocknbil notes, we need to know what DOCTYPE are you using, and a snippet of the markup.