Published in: XHTML
URL: http://www.dustindiaz.com/min-height-fast-hack/
selector { min-height:500px; height:auto !important; height:500px; }
You need to login to post a comment.
HTML Dog: The Best-Practice Guide to XHTML and CSS
For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represents the best way to go about it.
wesbaker on 06/26/08
2 people have marked this snippet as a favorite
Published in: XHTML
URL: http://www.dustindiaz.com/min-height-fast-hack/
selector { min-height:500px; height:auto !important; height:500px; }
You need to login to post a comment.