鼠标滚轮控制图片大小
<P><script language = "JavaScript"><BR>function bbimg(o){<BR>var zoom=parseInt(o.style.zoom, 10)||100;zoom+=event.wheelDelta/12;<BR>if(zoom>0) o.style.zoom=zoom+'%';<BR>return false;}<BR></script></P><P><BR><img src="<A href="http://www.butong.net/image/logo.GIF">http://www.butong.net/image/logo.GIF</A>" border=0 onmousewheel="return bbimg(this)" onload="javascript:if(this.width>screen.width-600) this.style.width=screen.width-600;"></P>
页:
[1]