这是很漂亮的一个弹出提示层特效,当用户的鼠标经过文字链接时,会弹出一个气泡提示层,带箭头指向效果。
<!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"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>鼠标经过链接弹出带箭头提示层特效_武鸣人</title> <style type="text/css"> body{font:76%/1.5 Arial,sans-serif;color:#333} div,span,table{able-layout:fixed;word-wrap:break-word;} div#www_wuming_ren{margin:0 auto;} h1{color:#3CA3FF;margin:1em 0 0;letter-spacing:-2px} p{margin:0 0 1.7em} a{color:#F60;font-weight:bold} a:hover{color:#F00} .tooltip{width:198px;color:#000;font:lighter 11px/1.3 Arial,sans-serif;text-decoration:none;text-align:center} .tooltip span.top{padding:30px 8px 0;background:url(/img/20240427_www_wuming_ren_1.gif) no-repeat top} .tooltip b.bottom{padding:3px 8px 15px;color:#548912;background:url(/img/20240427_www_wuming_ren_1.gif) no-repeat bottom} </style> <script type="text/javascript"> function tool_wwwwumingren(id){ var links,i,h; if(!document.getElementById || !document.getElementsByTagName) return; h=document.createElement("span"); h.id="btc"; h.setAttribute("id","btc"); h.style.position="absolute"; document.getElementsByTagName("body")[0].appendChild(h); if(id==null) links=document.getElementsByTagName("a"); else links=document.getElementById(id).getElementsByTagName("a"); for(i=0;i<links.length;i++){ wuming(links[i]); } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function wuming(el){ var tooltip,t,b,s,l; t=el.getAttribute("message"); if(t==null || t.length==0) return ; el.removeAttribute("message"); tooltip=CreateEl("span","tooltip"); s=CreateEl("span","top"); s.appendChild(document.createTextNode(t)); tooltip.appendChild(s); b=CreateEl("b","bottom"); tooltip.appendChild(b); set_wumingren(tooltip); el.tooltip=tooltip; el.onmouseover=show_wuming_ren; el.onmouseout=hide_wuming; el.onmousemove=Locate; } function show_wuming_ren(e){ document.getElementById("btc").appendChild(this.tooltip); Locate(e); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function hide_wuming(e){ var d=document.getElementById("btc"); if(d.childNodes.length>0) d.removeChild(d.firstChild); } function set_wumingren(el){ el.style.filter="alpha(opacity:95)"; el.style.KHTMLOpacity="0.95"; el.style.MozOpacity="0.95"; el.style.opacity="0.95"; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function CreateEl(t,c){ var x=document.createElement(t); x.className=c; x.style.display="block"; return(x); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function Locate(e){ var posx=0,posy=0; if(e==null) e=window.event; if(e.pageX || e.pageY){ posx=e.pageX; posy=e.pageY; } else if(e.clientX || e.clientY){ if(document.documentElement.scrollTop){ posx=e.clientX+document.documentElement.scrollLeft; posy=e.clientY+document.documentElement.scrollTop; } else{ posx=e.clientX+document.body.scrollLeft; posy=e.clientY+document.body.scrollTop; } } document.getElementById("btc").style.top=(posy+10)+"px"; document.getElementById("btc").style.left=(posx-20)+"px"; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) </script> <script type="text/javascript"> window.onload=function(){tool_wwwwumingren()}; </script> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <div id="www_wuming_ren"> <a href="https://wuming.ren" message="各种信息免费发布,资源共享合作共赢!">欢迎来到武鸣人网,把鼠标放到这里!</a> </div> </body> </html>
本文来自武鸣人网站,转载请注明出处