热门标签:   个人网站   个人网页   WAP网站   网页特效   网页教程   收藏本站   设为主页  
首 页   个人网站   个人博客   WAP网站   网页特效   网页教程   软件教程   我要参展
帐 号: 密 码:
 
网站及资源搜索:  
 
  当前位置 > 中国个人网页秀-> 网页特效-> 鼠标特效-> 跟随鼠标的滚动字幕
跟随鼠标的滚动字幕
整理:Cnwshow.Com   来源:Internet   整理时间:2008-2-17

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>跟随鼠标的滚动字幕</title>

</head>

<body>
<script language="JavaScript1.2">
var scroller_msg='网页助手 http://samool.533.net'
var dismissafter=0
var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-family:宋体;font-size:12px;color:#FF0000;background-color:#FFFFFF;visibility:hidden">'+scroller_msg+'</marquee>')
function followcursor(){
//move cursor function for IE
if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}
curscroll.style.left=document.body.scrollLeft+event.clientX+10
curscroll.style.top=document.body.scrollTop+event.clientY+10
}
function dismissmessage(){
curscroll.style.visibility="hidden"
}
if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}

</script>

</body>
</html>


运行代码预览特效
  鼠标特效 热门点击
·跟随鼠标的小球
·跟随鼠标的花絮
·跟随鼠标的飘带文字
·跟随鼠标的光环
·跟随鼠标的时钟
·跟随鼠标的彩带文字
·跟鼠标的彩带
·跟随鼠标的酷文字
·跟随鼠标的滚动字幕
·非图片鼠标跟踪器
  酷站推荐
关于本站  联系本站  免责声明  使用帮助  网站搜索  网站地图
Copyright © 2005-2008 Cnwshow.Com Inc All Rights Reserved 中国个人网页秀
技术支持:网秀科技   QQ群:36941957  客服QQ:151483161  粵ICP备05134415号