IE6不支持min-height的解决办法
IE6不支持min-height的解决办法有两种解决方案。
方法一:利用IE6不识别!important来实现
height:auto!important; height:500px; min-height:500px;方法二:必须保证#test以外的都要是overflow:visible。否则还是不会显示超出。
min-height:100px; background:#BBB; _height:100px; overflow: visible;
下一篇 >>