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