View Full Version : CSS Height


mr_dude
06-30-2003, 10:17 PM
How can I make it so that a absolutely-position <div> division takes up the whole height of the page regardless of the size of it. What I want is a <div> to take the whole height of the page among pages with differing sizes.

Jiggawot
06-30-2003, 10:44 PM
In the CSS for the DIV layer, put height:100%;.