height在IE下不支持的解决方法

height在IE下不支持的解决方法

max-height,min-height在IE下不支持的解决方法

     max-width:160px;
max-height:160px;
_width:expression(this.width > 160 ? "160px": true); /* IE6 */
_height:expression(this.height > 160 ? "160px": true); /* IE6 */
04-09 02:47