网页图片特效
<P>小弟我想要一个图片特效:图片随鼠标滚珠的上下滚动而变化大小.<BR></P><P>怎么实现,大家帮帮忙!</P>
<P>还好,我已经找到了.[em01][em01]</P> 能分享吗? 就是可以分享吗?<BR>我找了很久没找到,郁闷 <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><BR></P>
<P><IMG src="images/lhd/xianjin2006/wmdw.jpg" width="350" height="234" align="textTop" border="0" onmousewheel="return bbimg(this)" onload="javascript:if(this.width>screen.width-600)<BR>this.style.width=screen.width-600;"></P> 不知道是不是大家需要的
页:
[1]
