天天看点

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}