本文实例讲述了js实现左侧网页tab滑动门效果代码。分享给大家供大家参考。具体如下:
这是一款开口靠左的网页滑动门,网页滑动门,TAB滑动门,竖排滑动门菜单,竖排TAB选项卡,兼容IE6/IE7/FF/opera浏览器。其实竖排和横排的代码基本一样,只不过稍加修改就可以了。只要学会了一种滑动门,就能举一返三了。
运行效果截图如下:
在线演示地址如下:
http://demo.jb51.net/js/2015/js-left-tab-cha-style-codes/
具体代码如下:
<!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" /> <title>竖排的选项卡</title> <meta name="keywords" content="" /> <style type="text/css"> body{font-size:12px;font-family:"Lucida Grande",Verdana,Lucida,Arial,Helvetica,宋体,sans-serif;} a:link,a:visited,a:hover,a:active{text-decoration:none;color:#256bae;} .warp{width:586px; height:269px !important; height:271px;border:1px solid #dbdcd7;} .main{width:562px; height:269px !important;height:271px;padding:5px; margin-left:15px;overflow:hidden;float:left;} .news{position:absolute;z-index:4;width:24px;} .news ul{list-style:none;padding:0;margin:0;} .news ul li{ height:84px !important;height:88px;width:20px;margin-bottom:0px;padding-top:5px;text-align:center;cursor:pointer;;vertical-align:middle; background-color:#e5e5e5; border-right:#dbdcd7 solid 1px;border-bottom:#dbdcd7 solid 1px;} .news ul li.on{background-color:#ffffff; border:#FFFFFF 0px} .news span{display:block; margin-top:9px !important; margin-top:20px;} .dis{display:block;} .undis{display:none;} </style> <script type="text/javascript"> function g(o){return document.getElementById(o);} function HoverLi(m,n,counter){for(var i=1;i<=counter;i++){g('tb_'+m+i).className='';g('tbc_'+m+i).className='undis';}g('tbc_'+m+n).className='dis';g('tb_'+m+n).className='on';} </script> </head> <body> <strong>兼容IE6/IE7/FF/opera</strong><br><br> <div class="warp"> <div class="news"> <ul> <li class="on" id="tb_11" onmouseover="HoverLi(1,1,3);"><span>企业新闻</span></li> <li class="" id="tb_12" onmouseover="HoverLi(1,2,3);"><span>业内咨讯</span></li> <li class="" id="tb_13" onmouseover="HoverLi(1,3,3);"><span>业内咨讯</span></li> </ul> </div> <div class="dis" id="tbc_11"> <div class="main"> 1<br>企业新闻的内容1<br>企业新闻的内容1<br>企业新闻的内容1 </div> </div> <div class="undis" id="tbc_12"> <div class="main"> 2<br>业内咨讯的内容2<br>业内咨讯的内容2<br>业内咨讯的内容2<br> </div> </div> <div class="undis" id="tbc_13"> <div class="main"> 3<br>业内咨讯的内容3<br>业内咨讯的内容3<br>业内咨讯的内容3<br> </div> </div> </div> </body> </html>
希望本文所述对大家的JavaScript程序设计有所帮助。
标签:
js,左侧网页,tab,滑动
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“js实现左侧网页tab滑动门效果代码”评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。