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.
  1. /* for understanding browsers */
  2. .container {
  3. width:20em;
  4. padding:0.5em;
  5. border:1px solid #000;
  6. min-height:8em;
  7. height:auto;
  8. }
  9. /* for Internet Explorer */
  10. /**/
  11. * html .container {
  12. height: 8em;
  13. }
  14. /**/

以上是关于IE中忽略的最小高度属性的主要内容,如果未能解决你的问题,请参考以下文章

弹性容器最小高度在 IE 中被忽略

兼容IE6的最小高度代码实例

元素的高度自适应

元素的高度自适应

ie6中DIV最小高度的解决方法

IE9 中 CSS 高度为 100% 的画布