Minimum Height for a DIV for any browser

Another quickie today. This time, it’s how you can create a CSS block that has a minimumheight, but still grows larger should the content need more space.

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