标签:style div sp on c ef r bs as
设置div最小高度
<div class="sen_con_nr" style="height:auto!important;height:700px;min-height:700px;">
分析:
这里用到的!important IE6并不识别,但对Firefox来说会优先执行。 因些这里所有的浏览器的高度会是550px, 而 !important IE6不认识,所以也不执行。 但执行到 height:550px 时,它就认识了,也会自动设置高度为550px,就这么简单
标签:style div sp on c ef r bs as
原文地址:http://www.cnblogs.com/phuket/p/3981169.html