码迷,mamicode.com
首页 > 其他好文 > 详细

IE6 max-width max-height 不起作用 解决其兼容性问题

时间:2014-06-20 17:50:42      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:style   color   width   问题   io   res   

 

 

 .catelist dl dd ul li img {width: expression(this.width > 228 ? ‘228px‘: true); max-width:228px; height: expression(this.height > 160 ? ‘160px‘: true);max-height:160px;}  解决上传图片过大遮挡问题 
 

IE6 max-width max-height 不起作用 解决其兼容性问题,布布扣,bubuko.com

IE6 max-width max-height 不起作用 解决其兼容性问题

标签:style   color   width   问题   io   res   

原文地址:http://www.cnblogs.com/niaowo/p/3796585.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!