Another quickie today. This time, it’s how you can create a CSS block that has a minimum height, but still grows larger should the content need more space.
selector { min-height:500px; height:auto !important; height:500px; }