导航菜单隐藏在网页的左侧,当用户 鼠标经过时感应弹出显示,鼠标移开后继续隐藏起来,这是一款鼠标感应导航菜单弹出显示效果。
<html> <head> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>网页左侧鼠标感应弹出导航菜单_武鸣人</title> <style type="text/css"> #www_wuming_ren{ width:450px; height:20px; background:url('1.bmp') right top no-repeat; position:absolute; top:150px; border-top:2px solid gray; border-bottom:2px solid gray; border-right:2px solid red; } #www_wuming_ren a { border:1px solid green; } </style> <script type="text/javascript"> var frag1=null; var frag2=null; function baropen() { var barobj=document.getElementById("www_wuming_ren"); var curleft=barobj.style.left; curw=parseInt(curleft); var test=1; test*=5; if(curw<0) { barobj.style.left=(curw+test)+"px"; } else { clearInterval(frag1); frag1=null; } } function barclose(barobj) { var barobj=document.getElementById("www_wuming_ren"); var curleft=barobj.style.left; curw=parseInt(curleft,10); var test=1; test*=5; if(curw>-420) { barobj.style.left=(curw-test)+"px"; } else { clearInterval(frag2); frag2=null; } } function loopopen() { if(frag2!==null) { clearInterval(frag2); } frag1=setInterval('baropen()',1); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function close_wuming_ren() { clearInterval(frag1); frag2=setInterval('barclose()',1); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) function test() { alert(document.getElementById("www_wuming_ren").style.left); }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) </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" style="left:-420px;" onmouseover="loopopen();" onmouseout="close_wuming_ren();"> <a href="https://www.wuming.ren">武鸣人一号</a> <a href="https://www.wuming.ren">武鸣人二号</a> <a href="https://www.wuming.ren" onclick="test();">武鸣人三号</a> <a href="https://www.wuming.ren" onclick="test();">武鸣人四号</a> </div> </body> </html>
本文来自武鸣人网站,转载请注明出处