Thursday, August 9, 2012

IE6 min-height css hack

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