Archive for the ‘CSS’ Category
Min height hack
Thanks to this post I found a quick and easy min-height hack. See below, painless and easy!
It works across IE6/IE7, Mozilla/Firefox/Gecko, Opera 7.x+, Safari1.2
#content{
min-height:500px;
height:auto !important;
height:500px;
}
While your CSS will still validate it does throw up a warning about the height redefinition