Quote:
Originally Posted by Bilingual
Tried this:
Code:
.upper
{
height:50%;
width:100%;
background-color:#B2FFFF;
overflow:auto;
}
.lower
{
height:50%;
width:100%;
background-color:#98FB98;
overflow:auto;
}
|
That's not going to work, because
height is taken w.r.t. the whole XHTML page (logical) height, not the viewport (logical) height.