让IE6支持minheight

selector {
    min-height:500px;
    height:auto !important;
    height:500px;
}
原文地址:https://www.cnblogs.com/cly84920/p/4426787.html