IE中忽略的最小高度属性
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IE中忽略的最小高度属性相关的知识,希望对你有一定的参考价值。
“min-height†attribute works well in Firefox but IE ignores it. IE’s height act as FF’s min-height. Note: in IE 7 problem was fixed.
/* for understanding browsers */ .container { width:20em; padding:0.5em; border:1px solid #000; min-height:8em; height:auto; } /* for Internet Explorer */ /**/ height: 8em; } /**/
以上是关于IE中忽略的最小高度属性的主要内容,如果未能解决你的问题,请参考以下文章