Html
    Css
    Js

    
                        
div {
	margin:0;
	padding:0;
	width:184px;
	height:200px;
	border:1px solid #ccc;
	display:none;
}
.tab {
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
	overflow:hidden;
}
.tab li {
	float:left;
	width:60px;
	height:30px;
	background:#ccc;
	color:#fff;
	border:1px solid red;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
.on {
	display:block;
}
.tab li.cur {
	background:blue;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.7.2
 立即下载

jquery选项卡

0