图片超过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)); }
posted @ 2014-07-25 13:15  裸奔的豆子  阅读(208)  评论(0编辑  收藏  举报