rh91uk
12-17-2006, 11:44 AM
Hi!
Having a slight problem.. heres a screenshot to start off with! (http://img365.imageshack.us/img365/4458/wthek9.png)
Basically, there is a gap only in IE7 with the site I'm doing above, it works fine in firefox! and I'm just puzzled how to fix it.
The css is below:
/* Layout of Page
----------------------------------------------- */
#top_banner {
width: 885px;
margin: 0px auto;
}
#contentcontainer {
width: 885px;
padding: 0px;
}
#content {
width: 801px;
float: left;
}
#leftgrey {
float: left;
margin: 0;
width: 41px;
height: 800px;
background-image: url(../images/left_grey_side.jpg);
}
#rightgrey {
float: right;
margin: 0;
width: 37px;
background-image:url(../images/rightgrey.jpg);
height: 800px;
}
#pagewrap {
text-align: left;
width: 885px;
min-width: 760px;
margin: 0px auto;
}
Any tips/fixes/code/changes i can implement?
Help will be greatfully recieved =D
Thanks!
Having a slight problem.. heres a screenshot to start off with! (http://img365.imageshack.us/img365/4458/wthek9.png)
Basically, there is a gap only in IE7 with the site I'm doing above, it works fine in firefox! and I'm just puzzled how to fix it.
The css is below:
/* Layout of Page
----------------------------------------------- */
#top_banner {
width: 885px;
margin: 0px auto;
}
#contentcontainer {
width: 885px;
padding: 0px;
}
#content {
width: 801px;
float: left;
}
#leftgrey {
float: left;
margin: 0;
width: 41px;
height: 800px;
background-image: url(../images/left_grey_side.jpg);
}
#rightgrey {
float: right;
margin: 0;
width: 37px;
background-image:url(../images/rightgrey.jpg);
height: 800px;
}
#pagewrap {
text-align: left;
width: 885px;
min-width: 760px;
margin: 0px auto;
}
Any tips/fixes/code/changes i can implement?
Help will be greatfully recieved =D
Thanks!