时间:2021-07-01 10:21:17 帮助过:2人阅读
.max_height{ max-height:400px; _height:expression(this.scrollHeight > 400 ? "400px" : "auto");}
二.最小高度效果:
.min_height{ min-height:200px; _height:expression(this.scrollHeight < 200 ? "200px" : "auto");}
原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=13031
更多内容可以参阅:http://www.softwhy.com/divcss/