/ Published in: CSS
URL: http://csswizardry.com/web-design+/
Courtesy of Dustin Diaz comes the Min-Height Fast Hack — a way of getting round IEs lack of support for the min-height declaration.
This takes advantage of IE also lacking support for the !important CSS.
Expand |
Embed | Plain Text
selector { min-height:500px; height:auto !important; height:500px; }
You need to login to post a comment.
