Min-Height Fast Hack
Posted on April 1, 2011 | No Comments
Assuming each and all you folk know how min-height is ‘supposed’ to work, would it be all that bold that it’s safe to say that…well… can’t we just do this? (because that’s what I’ve decided to do after throwing IE5.x out the window)
CSS: MIN-HEIGHT WITH !IMPORTANT
selector { min-height:500px; height:auto !important; height:500px; }
Comments
Leave a Reply
You must be logged in to post a comment.