IE6实现max-height及min-height

时间:2014-04-29 23:36:55   收藏:0   阅读:535

一、max-height:

.div-max-height{max-height:270px;_height:expression(this.scrollHeight > 270 ? "270px" : "auto"); overflow-y:auto}

二、min-height

.div-min-height{min-height:100px;_height:100px;overflow:visible}

IE6实现max-height及min-height,布布扣,bubuko.com

原文:http://www.cnblogs.com/honeyHHX/p/3696946.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!