IE6实现max-height及min-height

时间:2014-04-29 23:37:26   收藏:0   阅读:489

一、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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!