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

图片超过DIV宽度自适应

时间:2014-07-25 14:27:11      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   width   re   c   cti   div   

.main_con img
{
    max-width: 610px;
    height: auto;
    cursor: pointer;
    border: 0px double #cccccc;
    padding: 2px;
    zoom: expression( function(elm) {    
if (elm.width>610)
{ var oldVW = elm.width; elm.width=610;
elm.height = elm.height*(610 /oldVW);
}
elm.style.zoom = ‘1‘;
} (this)); }

图片超过DIV宽度自适应,布布扣,bubuko.com

图片超过DIV宽度自适应

标签:style   blog   io   width   re   c   cti   div   

原文地址:http://www.cnblogs.com/PeaCode/p/3867800.html

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