Hello,
The code below displays a div, that remains centered upon the browser window being resized. Why doesn't the div stretch the height of the window, upon entering the statement "HEIGHT: 100%;"?
Code:Body { MARGIN: 16px 0; } #Container { WIDTH: 751px; HEIGHT: 100%; MARGIN: 0 auto; BORDER: 1px solid RGB(0,0,0); }







.

Bookmarks