View Single Post
  #3 (permalink)  
Old May 18th, 2008, 15:33
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,039
Blog Entries: 2
Thanks: 5
Thanked 26 Times in 23 Posts
Re: page size 100% of monitor help needed please!

Moved to CSS forum

You'll most likely need to use;
Code: Select all
html, body {
height: 100%;
}
By default, the width of a <div> will stretch to fit it's parent. The html and body elements are, by default, 100% of the screen width.
Reply With Quote