html/css: set div bounding box to window height
Posted
by noamtm
on Stack Overflow
See other posts from Stack Overflow
or by noamtm
Published on 2010-05-25T06:45:16Z
Indexed on
2010/05/25
6:51 UTC
Read the original article
Hit count: 168
It looks like I'm missing something basic. I want a certain DIV to have the height of the window. The effect should be that there's never any need to scroll down.
Do I have to use JavaScript? I was told that it's possible with css, but I can't find the relevant property - or I'm doing something wrong.
© Stack Overflow or respective owner