·您的位置: 首页 » 资源教程 » 编程开发 » JavaScript » 一个鼠标自动移动的JS例子

一个鼠标自动移动的JS例子

类别: JavaScript教程  评论数:0 总得分:0
大家有兴趣放在自己的主页上,很酷的!把一下代码存入scrollmove.js中,然后再你要用的主页里加入
<SCRIPT language=JavaScript src="scrollmove.js">
</SCRIPT>
下面时代码:
――――――――――――――――――――――――――――
var mousex=0
var star=0
width=window.document.body.offsetWidth

var left=width*0.1
var right=width-(width*0.1)
var b=3
function mousemov() {

mousex=event.clientX
if(star==0){
if(mousex>0 && mousex<left){mov1=setInterval("mov(\'-2\')",2);star=1}
if(mousex>right) {mov1=setInterval("mov(\'2\')",2);star=1}
}
if(star!==0){
if(mousex>left && mousex<right){clearInterval(mov1);star=0;b=3}
}
}
function mov(a){
b=b+0.2
scrollx=document.body.scrollLeft
scrolly=document.body.scrollTop
scrollx=scrollx+(a*b)
window.scroll(scrollx,scrolly)
}
-= 资 源 教 程 =-
文 章 搜 索
关键词:
类型:
范围:
纯粹空间 softpure.com
Copyright © 2006-2008 暖阳制作 版权所有
QQ: 15242663 (拒绝闲聊)  Email: faisun@sina.com
 纯粹空间 - 韩国酷站|酷站欣赏|教程大全|资源下载|免费博客|美女壁纸|设计素材|技术论坛   Valid XHTML 1.0 Transitional
百度搜索 谷歌搜索 Alexa搜索 | 粤ICP备19116064号-1