Thanks. I have set it to green. It is still there though. Not sure where it is from but it can't be seen now. Thank you.
As for my PS do you have any idea why the #content div doesnt go down to the bottom of the page in FF(2)?
I've tried adding 'min-height: 100%' to #content instead of just 'height: 100%' to no avail.
Code:
#content {
width: 800px;
background-color: #FFFFFF;
border-left: 2px solid #99FF00;
border-right: 2px solid #99FF00;
margin: 0 auto;
height: 100%;
}
The #container div has min-height: 100% and that fills the whole screen as far as I can tell.
Does that mean you can't have two divs that fill the whole screen vertically on one page?
|