Archive for August, 2007

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

Posted by Morf on August 9th, 2007

Filed under CSS | 3 Comments »