Wed, 2010-09-08 22:28
I'm having trouble with getting my content to have a minimum height of 100%. I want the body to be scrollable, so I can't just set the body's height to be 100% either. I've set it via min-height, but that isn't inherited by the content div. Please see this post for details.
Thu, 2010-09-09 11:37
#1
You perhaps should read
You perhaps should read through this:
http://csscreator.com/node/20471
and possibly any other threads that have discussed this topic over the years.
As a rule one sets html,body to height:100% and first child element to min-height /height:auto with fixes for IE < 7
It's best to explain issues in the actual thread rather than link us off to another thread you have made elsewhere.
