第二种tab选项卡
HTML代码
onetwothree
CSS代码
.tab_menu { background-color:#f4f4f8; }.tab_menu ul{ height:52px;}.tab_menu ul li{ float:left; list-style:none; color:#000; text-align:center; line-height:52px; margin-right:60px; font-size:14px;}.tab_menu ul li a{ text-decoration:none;}.tab_box{ margin-top: 42px;}.tab_box .hide{ display:none;}.selected a{ color:#44b5ff !important;}
js代码
window.οnlοad=function(){ var tab=document.getElementById('tab'); var tabli=tab.getElementsByTagName('li'); var tabdiv=tab.getElementsByTagName('div')[1]; var tabdivdiv=tabdiv.getElementsByTagName('div'); for(var i=0;i