ie不支持max-height的解决之法

height:auto !important; height:500px; max-height:500px; overflow:hidden;

1、IE6不识别max-height:500px和height:auto !important这两句,超过500px(也就是我们所希望的最大高度)后的内容将自动以藏;

2、IE7及其他标准浏览器全部识别,所以有期望的效果。

 

posted @ 2012-03-29 14:43  microsoft_kk  阅读(656)  评论(0编辑  收藏  举报