ie7和ff默認是支持max-height,可是ie六、Chrome不支持該寫法,若是讓讓max-height在ie6,Chrome都兼容呢,須要寫上:express
一、最小高度this
min-height : 200px; _height:expression_r(this.scrollHeight < 200 ? "200px" : "auto"); io
二、最大高度scroll
max-height : 400px; _height :expression_r(this.scrollHeight >400 ? "400px" : "auto");兼容