Web Development

"min-height" does not work in IE6. Here is a hack to kick IE6 in the ass.

min-height:500px;
height:auto !important;
height:500px