页面导航: 首页网络编程JavaScript网页特效图象特效 → 正文内容

鼠标图片振动代码

发布:dxy 字体:[增加 减小] 类型:转载

<!--代码开始--!>
<!---YeJun2605.AnyP.cn-//-->
<!---这里只是在图片里加了一点代码进去认真看看--!><P><A title=一切网络资源尽在建站资源情感梦,情感一角欢迎光临! href="http://yejun2605.anyp.cn/" target=_blank><FONT color=#0099ff><FONT size=3><IMG class=shakeimage onmouseover=init(this);rattleimage() style="LEFT: 3px; TOP: 0px" onmouseout=stoprattle(this) height=31 src="http://photoimg2.qq.com/cgi-bin/load_pic?verify=%2B90QvPrpA8dALudY1xuzgA%3D%3D" border=0>
<!--下面的代码在同一页面只要一个就行了--!>
<STYLE>.shakeimage {POSITION: relative}</STYLE>
<SCRIPT language=JavaScript1.2>
<!--
var rector=3
var stopit=0
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
//-->
</SCRIPT>

浏览次数:载入中... 打印本文关闭本文文章来源
·在百度中搜索关于“鼠标图片振动代码相关内容

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行