IE: min-height hack

旧版IE不支持最低高度!?

只需要一点小技巧:

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