IE6实现max-height及min-height

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

posted @ 2014-04-28 17:58  San's养乐多大人  阅读(155)  评论(0编辑  收藏  举报