|
Posted by John Hosking on 05/04/07 17:00
JD wrote:
>
> Suppose I want a container that fills the entire height of the browser
> window, regardless of the actual height.
>
> However, how do I do this using CSS in standards mode? Is it possible?
You can try top:0; bottom:0; with position:absolute or fixed, but IE6,
for one, doesn't like it, so I guess it doesn't help. :-(
--
John
[Back to original message]
|