代码如下:
.clear{clear:both; height:0px; overflow:hidden;}
.tab{width:400px; font-size:12px;}
.tab_menu ul{padding:0px;margin:0px;}
.tab_menu li{list-style:none; display:block; float:left;
background:#C2CEFE; height:22px; line-height:22px;
padding: 0px 8px; margin-right:6px; border:#86B4CA 1px solid;
}
.box{width:400px; height:200px; overflow:hidden; border:#A8C9D9 1px solid; padding:10px 8px; }
.tab_menu ul li.selected{background:#dadada; cursor:pointer; }
.hide{display:none;}
jQuery:
代码如下:
$(function() {
var $menu_li = $("div.tab_menu ul li"); //选取网页选项卡
$menu_li.click(function(){
$(this).addClass("selected") //当前
html:
代码如下:
Copyright © 2019- diyibofang.com 版权所有
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务