[thelist] Table Alignment Problems

Mark Howells mark at mountain.ch
Wed Feb 27 03:49:01 CST 2002


> you _can_ set the height of a block element in CSS very
> simply:
>
> div {
>  height: 100% ;
> }
>
>   The potential catch is that the 100% is 100% of the object's containing
> block, which can be confusing in practice.

We're right in the middle of a discussion on this over at CSS Discuss, where
Eric Meyers' suggested solution is

html, body {height:100%}
div {height:100%}

Regards
Mark Howells
<http://www.mark.ac/evl/>




More information about the thelist mailing list