简洁选项卡滑动门切换显示特效,用户鼠标经过时切换显示,根据自己网站需求来修改样式美化,符合web标准。
<style type="text/css"> ul li { list-style: none; } ul, li { margin: 0; padding: 0;} .tabs,.tabs_act{float:left;width:103px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;height:25px;text-align:center;line-height:25px;display:block;} .tabs_act{font-weight:bold;color:#FC7404;border-bottom:1px solid #fff; background-image:url(../images/bj.gif)} .www_wuming_ren{width:513px;border-left:1px solid #ccc;height:27px;} .www_wuming_ren li{float:left;border-top:1px solid #ccc;} .www_wuming_ren li.wuming_ren{border-bottom:1px solid #ccc;border-top:0px;width:305px;height:26px;line-height:26px;} .tablist { clear:both; width:513px;border:1px solid #ccc;border-top:0px;height:300px;overflow:hidden;} </style> <SCRIPT language=javascript type=text/javascript> function g(o){return document.getElementById(o);} function Hovertab(num,counts,tabname,tabclass){ for (i=1;i<=counts;i++) {//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) g(tabname+'tab0'+i).className=tabclass+'tabs'; g(tabname+'div0'+i).style.display='none'; } g(tabname+'tab0'+num).className=tabclass+'tabs_act'; g(tabname+'div0'+num).style.display='block'; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) </SCRIPT> <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 style=" width:513px; float:left; clear:both;"> <DIV class="www_wuming_ren"> <UL> <LI><A class=tabs_act id=set_tab01 onMouseOver="Hovertab('1','2','set_','');" href="#">选项卡一</A></LI> <LI><A class=tabs id=set_tab02 onMouseOver="Hovertab('2','2','set_','');" href="#">选项卡二</A> </LI> <LI class="wuming_ren"></LI> </UL> </DIV> <DIV class=tablist id=set_div01>武鸣人选项卡一的内容11111</DIV> <DIV class=tablist id=set_div02 style="DISPLAY: none">武鸣人选项卡二的内容22222</DIV> </div> </BODY>
本文来自武鸣人网站,转载请注明出处