网页中图片随意缩放代码

[ 2007-06-23 01:46:14 | 作者: kite ]
字体大小: | |
<SCRIPT language=JavaScript>
<!--
//改变图片大小
function resizepic(thispic)
{
if(thispic.width>700) thispic.width=700;
}
//无级缩放图片大小
function bbimg(o)
{
var zoom=parseInt(o.style.zoom, 10)||100;
zoom+=event.wheelDelta/12;
if (zoom>0) o.style.zoom=zoom+'%';
return false;
}
-->
</SCRIPT>

调用方法
<img onmousewheel="return bbimg(this)" src="#">
永久地址 永久地址: http://www.jmkite.com/kite/technology/feed.asp?q=comment&id=239

此文还没有评论.

您无法为这篇日志发表评论.