Is there a good cross-browser way to set a max-height property of a DIV and when that DIV goes beyond the max-height, it turns int
max-height
selector { max-height:900px; _height:expression(this.scrollHeight>899?"900px":"auto"); overflow:auto; overflow-x:hidden; }