CSS IE中忽略了最小高度属性

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS IE中忽略了最小高度属性相关的知识,希望对你有一定的参考价值。

/* for understanding browsers */
.container {
	width:20em;
	padding:0.5em;
	border:1px solid #000;
	min-height:8em;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
	height: 8em;
}
/**/

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

IE9 中 CSS 高度为 100% 的画布

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

css IE6のための最小高度,最小宽度,最大高度,最大宽度。

CSS IE6的最小高度

CSS IE的最小高度

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