CSS height
CSS height
Out of context: Reply #5
- Started
- Last post
- 15 Responses
- Point50
read this http://www.cssstickyfooter.com/ but don't use the any of the css that pertains to the footer (like the clearfix or the negative value of the margin-top)
so, all you should need is...
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}