爱易网
IT新闻
IT新闻
爱易资讯
网站搭建
云虚拟主机教程
云服务器教程
Apache教程
IIS教程
Nginx教程
网站策划
站长文章
推广教程
淘宝客教程
网页设计
HTML教程
XHTML教程
CSS教程
HTML5教程
CSS3教程
JavaSript基础
JQuery教程
Node.js教程
前端技术
Ajax教程
Js特效
Xml教程
平面设计
页面UI设计
photoshop教程
程序开发
AI人工智能
Asp教程
Php教程
Asp.Net教程
Net Core教程
C#教程
Java教程
Jsp教程
开发技术
微信小程序教程
Uniapp开发教程
微信公众号开发
Andriod教程
IOS教程
DOS教程
Python教程
Docker教程
Windows Container教程
数据库
MSSQL教程
MySQL教程
Redis教程
Access教程
Oracle教程
数据库教程
操作系统
Linux教程
Windows教程
MAC教程
Cisco教程
交换机教程
防火墙教程
搜索
爱易网页
JS特效
四种非常不错的鼠标跟随动态提示文本特效
四种非常不错的鼠标跟随动态提示文本特效
日期:2014-05-18 浏览次数:20305 次
欢迎光临爱易网网页脚本特效中心,点击运行按钮演示特效:
以下是程序代码
<head> <title>不错的鼠标跟随动态提示aiyiweb.com</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script> //--初始化变量-- // from aiyiweb.com var rT=true;//允许图像过渡 var bT=true;//允许图像淡入淡出 var tw=150;//提示框宽度 var endaction=false;//结束动画 var ns4 = document.layers; var ns6 = document.getElementById && !document.all; var ie4 = document.all; offsetX = 0; offsetY = 20; var toolTipSTYLE=""; function initToolTips() { if(ns4||ns6||ie4) { if(ns4) toolTipSTYLE = document.toolTipLayer; else if(ns6) toolTipSTYLE = document.getElementById("toolTipLayer").style; else if(ie4) toolTipSTYLE = document.all.toolTipLayer.style; if(ns4) document.captureEvents(Event.MOUSEMOVE); else { toolTipSTYLE.visibility = "visible"; toolTipSTYLE.display = "none"; } document.onmousemove = moveToMouseLoc; } } function toolTip(msg, fg, bg) { if(toolTip.arguments.length < 1) // hide { if(ns4) { toolTipSTYLE.visibility = "hidden"; } else { //--图象过渡,淡出处理-- if (!endaction) {toolTipSTYLE.display = "none";} if (rT) document.all("msg1").filters[1].Apply(); if (bT) document.all("msg1").filters[2].Apply(); document.all("msg1").filters[0].opacity=0; if (rT) document.all("msg1").filters[1].Play(); if (bT) document.all("msg1").filters[2].Play(); if (rT){ if (document.all("msg1").filters[1].status==1 || document.all("msg1").filters[1].status==0){ toolTipSTYLE.display = "none";} } if (bT){ if (document.all("msg1").filters[2].status==1 || document.all("msg1").filters[2].status==0){ toolTipSTYLE.display = "none";} } if (!rT && !bT) toolTipSTYLE.display = "none"; //---------------------- } } else // show { if(!fg) fg = "#777777"; if(!bg) bg = "#eeeeee"; var content = '<table id="msg1" name="msg1" border="0" cellspacing="0" cellpadding="1" bgcolor="' + fg + '" class="trans_msg"><td>' + '<table border="0" cellspacing="0" cellpadding="3" bgcolor="' + bg + '"><td width=' + tw + '><font face="Arial" color="' + fg + '" size="-2">' + msg + ' \;</font></td></table></td></table>'; if(ns4) { toolTipSTYLE.document.write(content); toolTipSTYLE.document.close(); toolTipSTYLE.visibility = "visible"; } if(ns6) { document.getElementById("toolTipLayer").innerHTML = content; toolTipSTYLE.display='block' } if(ie4) { document.all("toolTipLayer").innerHTML=content; toolTipSTYLE.display='block' //--图象过渡,淡入处理-- var cssopaction=document.all("msg1").filters[0].opacity document.all("msg1").filters[0].opacity=0; if (rT) document.all("msg1").filters[1].Apply(); if (bT) document.all("msg1").filters[2].Apply(); document.all("msg1").filters[0].opacity=cssopaction; if (rT) document.all("msg1").filters[1].Play(); if (bT) document.all("msg1").filters[2].Play(); //---------------------- } } } function moveToMouseLoc(e) { if(ns4||ns6) { x = e.pageX; y = e.pageY; } else { x = event.x + document.body.scrollLeft; y = event.y + document.body.scrollTop; } toolTipSTYLE.left = x + offsetX; toolTipSTYLE.top = y + offsetY; return true; } </script> <style type="text/css"> <!-- .trans_msg { filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2); } --> </style> </head> <script> </script> <body> <div id="toolTipLayer" style="position:absolute; visibility: hid
上一篇:狡猾的按钮特效
下一篇:显示鼠标坐标
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
打车软件竞争白热化:有冷兵器时代意味
国网公司将加快组建 业界人士称困难重重
论:三大运营商运用商店逆袭并非不能够
扎克伯格华裔妻子首度亮相电视节目畅谈情史
Google要求硬件厂商捆绑预装应用的协议曝光
曝阿里巴巴一怀孕员工过劳死 加班情况引争议
银联布局二维码支付,“擦边球”生态不能自救
机器人进一步取代人类:将进军白领任务
中国邮政与阿里合作:邮政网点可做网购自提点
推荐阅读
更多>
网曝富士康500万iphone遭退货是确证的事
“扫黄打非”下9158否认遭整顿
英特尔IDF峰会启示:释放移动互联的信号
诺基亚培育低端机市场 迂回战术要挟中华酷联
虚拟运营商们更像三大运营商的“二道贩子”
流浪汉高考状元终于找到工作:月薪3000做程序员很满意
PC迎9年来出货量新低 平板电脑渐成主流
新一代iPhone11月底国内上市 支持TD制式
易信工具性优势突出 丁磊三板斧或先砍在飞信上
阿里收购UC 五年姻缘换来移动新格局
京东封杀财付通:终极目标是电商生态圈
充斥着假消息负能量的“秘密”缺乏普适性
迅雷向美SEC提交IPO招股书:拟最多筹资1亿美元
前苹果顾问批判iPhone命名:不应加S
任正非:喜马拉雅山的水为什么不能流入亚马逊河?
新闻早8点》Facebook失手发布Snapchat类应用
逆转猜想:如果阿里成为雅虎大股东会怎样?
盛大游戏走向衰落的根源:免费游戏模式惹的祸
传苹果中移动达成协议:新iPhone兼容TD制式
雷军会做赔钱生意?迅雷跌破发行价 市值仅7亿美元