Advertisement
Guest User

Untitled

a guest
Aug 15th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <div id="container"> -- 100% window height (resize with the window)
  2.  
  3.     <div id="top"></div> -- unknown height (height will be pushed out by the content)
  4.  
  5.     <div id="bottom"></div> -- height = (100% - top.height)
  6.  
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement