5D艺术网首页
商城
|
资讯
|
作品
|
博客
|
教程
|
论坛
登录
注册
加为好友
发短消息
来自:
性别:秘密
最后登录:2017-08-08
http://allinhands.5d.cn/
首页
|
新闻
|
话题
|
博客
|
相册
|
艺术作品
|
社交关系
|
留言板
|
社交圈
2004/08/12 | 鼠标滚轮放大/缩小图片
类别(JScript)
|
评论
(0)
|
阅读(124)
|
发表于 10:43
<script language="javascript">
function zoomImg(img){
var zoom=parseInt(img.style.zoom,10) || 100;
zoom += event.wheelDelta / 12;
if (zoom>10 && zoom<400) img.style.zoom = zoom + "%";
return false;
}
function document.onmousewheel(){
if(event.wheelDelta==120){
d.value="向前滚"
}
else{
d.value="向后滚"
}
}
</script>
<img src="http://www.blueidea.com/gg/qq/2.jpg" alt="鼠标滚轮放大/缩小图片" onmousewheel="return zoomImg(this)">
<input type="text" size=40 name=d>
0
评论
Comments
日志分类
首页
[102]
.Net
[11]
VBScript
[1]
JScript
[51]
XML
[3]
HTML&CSS
[9]
ASP
[8]
ActiveX
[4]
Software
[10]
Other
[5]