
ask you can see, there is a white spot on the right and bottom
using internet explorer i can see that there is always a spot on the right hand side
but however the bottom space is there on every browser i tested
Code:
<style type="text/css">
#right {
width: 150px;
float: right;
margin-right: 35px;
}
#header {
margin-right: 25px;
margin-left: 25px;
margin-top: 0px;
margin-bottom: 0px;
background-repeat: repeat-x;
height: 250px;
}
#main {
margin-right: 195px;
margin-left: 35px;
}
#container {
width: 100%;
float: left;
margin-right: -185px;
}
#footer {
background-image: url(img/greenlush/footer.png);
background-repeat: repeat-x;
height: 39px;
margin-right: 25px;
margin-left: 25px;
margin-bottom: 0px;
text-align: center;
padding-top: 9px;
}
#punfooter {
margin-right: 35px;
margin-left: 35px;
}
body {
background-image: url(img/greenlush/bg.png);
background-repeat: repeat;
}
</style>
Last edited: