We Recommend

HTML Dog: The Best-Practice Guide to XHTML and CSS 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.


Posted By

wesbaker on 06/26/08


Tagged

css min-height


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

SpinZ
saeed


Min-Height Fast Hack


Published in: XHTML 


URL: http://www.dustindiaz.com/min-height-fast-hack/

  1. selector { min-height:500px; height:auto !important; height:500px; }

Report this snippet 

You need to login to post a comment.