Tokolosche
Technical User
Hello,
My problem is that the background is showing correctly in IE6 & IE 7, but not in FireFox.
I think that this is due to the float style used on the main content, as the page background stops right after the left side menu.
If anyone is able to help it would be very appreciated!
The page link is:
The full style sheet can be seen at:
The main style sheet info is:
#main {
margin: 0 auto 0 auto;
width:800px;
background-image: url(images/main-bg.jpg);
background-repeat: repeat-y;
}
#main-content {
width: 600px;
float: right;
margin-top: 7px;
margin-right: 30px;
margin-bottom: 30px;
}
#footer {
margin: 0 auto 0 auto;
width:800px;
height: 60px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
}
#side-menu {
width: 120px;
margin-left: 7px;
margin-top: 0px;
}
My problem is that the background is showing correctly in IE6 & IE 7, but not in FireFox.
I think that this is due to the float style used on the main content, as the page background stops right after the left side menu.
If anyone is able to help it would be very appreciated!
The page link is:
The full style sheet can be seen at:
The main style sheet info is:
#main {
margin: 0 auto 0 auto;
width:800px;
background-image: url(images/main-bg.jpg);
background-repeat: repeat-y;
}
#main-content {
width: 600px;
float: right;
margin-top: 7px;
margin-right: 30px;
margin-bottom: 30px;
}
#footer {
margin: 0 auto 0 auto;
width:800px;
height: 60px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
}
#side-menu {
width: 120px;
margin-left: 7px;
margin-top: 0px;
}