2009年7月2日
摘要: 兼容IE、Firefox img { max-width:200px; max-height:200px; } *html img { width: expression(this.width > 200 && this.width > this.height ? 200 : auto); height: expression(this.height > 200 ... 阅读全文
posted @ 2009-07-02 11:00 crazygirl 阅读(720) 评论(0) 推荐(0)