CSS height 100% problem in FF
CSS height 100% problem in FF
Out of context: Reply #2
- Started
- Last post
- 12 Responses
- sschmalz0
That helped to a point. My problem now is that along with the body and html set to 100%, I also have the enitire page within a wrapper div to center and give a page background. This is also set to 100%.
The page will stretch to the bottom of the browser window as long as the content is shorter than that. As soon as the content grows past the bottom of the browser window, the page becomes cut off and doesn't stretch. However taking the 100% height attribute off of the wrapper div will then allow tha page to stretch again with longer content.
But as soon as the content shrinks again, the page doesn't stretch to the bottom until I change the wrapper div back to 100%
Any thoughts?