世间自有公道,付出总有回报,说到不如做到,要做就做好,步步高!
疯狂秀才 QQ:1055818239
jQuery.Easy-UI QQ讨论群:36534121(超级)、 112044258(Full)、88504640、32994605、56271061
posts - 93,  comments - 481,  trackbacks - 1
.Image {

  max-width:600px;height:auto;cursor:pointer;

  border:1px dashed #4E6973;padding: 3px;

  zoom:expression( function(elm) {

  if (elm.width>560) {

  var oldVW = elm.width; elm.width=560;

  elm.height = elm.height*(560 /oldVW);

  }

  elm.style.zoom = '1';

  }(this));}

posted on 2008-10-09 18:06 疯狂秀才 阅读(1685) 评论(4) 编辑 收藏