/ Published in: CSS
Expand |
Embed | Plain Text
#minheight { min-height:300px; height:auto !important; height:300px;/*Needs to match the min height pixels above*/ }
Comments
Subscribe to comments
You need to login to post a comment.

From http://www.dustindiaz.com/min-height-fast-hack/? You should give credit ;)
In any case, cheers!