Posts Tagged ‘min-height’

min-height属性在ie6下表现

Posted in 前端技术 on 十一月 14th, 2008 by admin – Be the first to comment
selector {
  min-height:500px;
  height:auto !important;
  height:500px;
}
/*另一种*/
selector {
  min-height:500px;
  _height:500px;
}

ie6 的 height 属性具有像 min-height的功能 也就是说当内容高度比较 height高是会扩展开