让IE6也有最大高度max-height的效果
日期:2008-08-21 分类:CSS
上次写了《让IE6也有最小高度min-height的效果》,现在来写《让IE6也有最大高度man-height的效果》。 具体代码如下: height:auto !important; height:500px; max-height:500px; overflow:hidden; 解释: 1、IE6不识别m...
当前位置:一起CSS > max-height
日期:2008-08-21 分类:CSS
上次写了《让IE6也有最小高度min-height的效果》,现在来写《让IE6也有最大高度man-height的效果》。 具体代码如下: height:auto !important; height:500px; max-height:500px; overflow:hidden; 解释: 1、IE6不识别m...