首页 > 其他 > 详细

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

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

 

 

 .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 不起作用 解决其兼容性问题

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!