Forum Moderators: open
Something in the css is producing a space on the right of my page thats about the same size as the actual content.
I've never seen this before - I'm still trying to find the exact cause.
My css:
body {
width:900px;
height:700px;
background-color:#00CC66;
}
.adleft {
background-color:#990000;
width:105px;
min-height:700px;
margin:0 895px auto 0;
float:left;
}
.adright {
background-color:#990000;
width:105px;
min-height:700px;
margin:-200px 110px auto 890px;
}
.topnav {
background-color:#006633;
width:785px;
min-height:100px;
margin:0 785px 100px 105px;
}
And some IE overrides
body {
}
.adright {
margin-top:500px;
margin-right:120px;
margin-left:880px;
width:105px;
}
.topnav {
margin:-700px 775px -600px 105px;
width:775px;
}