最大/最小宽度和最大/最小高度
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了最大/最小宽度和最大/最小高度相关的知识,希望对你有一定的参考价值。
max/min-width & max/min-height pour IE
/***** this sets the max-width value for all *****/ div#division { max-width: 777px; } /***** this sets the max-width value for IE *****/ width: expression( document.body.clientWidth > 776 ? "777px" : "auto" ); }
以上是关于最大/最小宽度和最大/最小高度的主要内容,如果未能解决你的问题,请参考以下文章
css IE6のための最小高度,最小宽度,最大高度,最大宽度。