资料
表格
制度
合同
管理
职场
经营
创业
范文
总结
计划
作文
文章
美文
词句
教程
模板
图片
字体
图标
办公
人事
财务
生产
管理资源吧首页
>>>
教程
>>>
编程
>>>
JavaScript教程
>>>
鼠标跟随的文字变动效果
复制代码保存为.html文件即可运行:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>鼠标跟随</title> <img src="/_New/_cj/myeditor/sysimage/space.gif" class="ewebeditor__script" _ewebeditor_fake_tag="script" _ewebeditor_fake_value="%3Cscript%20language%3D%22javascript%22%3E%20%0D%0Avar%20sum%3B%20%0D%0Afunction%20change()%7B%20%0D%0Asum%3Ddocument.getElementById(%22test%22).scrollLeft%3B%20%0D%0Adocument.getElementById(%22test%22).scrollLeft%2B%3D40%3B%20%0D%0Aif(sum%3D%3Ddocument.getElementById(%22test%22).scrollLeft)%7Bdocument.getElementById(%22test%22).scrollLeft%3D0%3B%7D%20%0D%0A%7D%20%0D%0Afunction%20move()%7B%20%0D%0Adocument.getElementById(%22test%22).style.left%3Ddocument.body.scrollLeft%2Bwindow.event.clientX%3B%20%0D%0Adocument.getElementById(%22test%22).style.top%3Ddocument.body.scrollTop%2Bwindow.event.clientY%3B%20%0D%0A%7D%20%0D%0Adocument.onmousemove%3Dmove%3B%20%0D%0A%3C%2Fscript%3E"> <style type="text/css"> <!-- #test { height: 40px; width: 40px; font-size: 40px; overflow: hidden; left: 255px; top: 89px; position: absolute; } #test #word { margin: 0px; height: 40px; width: 160px; } --> </style> </head> <body onload="setInterval('change()',1000)" > <div id="test" ><div id="word">管理资源吧</div></div> </body> </html>
[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行
]
教程首页
更多教程