max-height,min-height在IE下不支持的解决方法
1 max-160px; 2 max-height:160px; 3 _expression(this.width > 160 ? "160px": true); /* IE6 */ 4 _height:expression(this.height > 160 ? "160px": true); /* IE6 */