min-height属性在ie6下表现
selector {
min-height:500px;
height:auto !important;
height:500px;
}
/*另一种*/
selector {
min-height:500px;
_height:500px;
}
ie6 的 height 属性具有像 min-height的功能 也就是说当内容高度比较 height高是会扩展开
selector {
min-height:500px;
height:auto !important;
height:500px;
}
/*另一种*/
selector {
min-height:500px;
_height:500px;
}
ie6 的 height 属性具有像 min-height的功能 也就是说当内容高度比较 height高是会扩展开