<html>
<head>
<script type="text/javascript">
function shakeleft()
{
timer=setTimeout("shakeright()",10)
实现特效的代码js
}
function shakeright()
{
timer=setTimeout("shakeleft()",10)
}
function stoptimer()
{
clearTimeout(timer)
}
</script>
</head>
<body>
<a id="myLink" href="myjs.jz123"
onmouseover="shakeleft()" onmouseout="stoptimer()">Mouse over this link</a>
</body>
</html>
<a href="myjs.jz123">欢迎访问中国建站之家WEB开发社区.网页脚本特效集</a>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。