IE6 min-height css property hack Published by admin on 25 Jan ’13 div { height: expression( this.scrollHeight < 501 ? "500px" : "auto" ); } Published inCoding hackIE6min-height