.tab
{
background-color: #FAFAFA;
margin: 5px 8px;
padding: 5px 10px;
}
.tab p span
{
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
cursor: pointer;
margin-right: 6px;
padding: 2px 5px;
}
.tab p span.current
{
background-color: #FAFAFA;
border-bottom-color: #fafafa;
}
.tab p
{
border-bottom: 1px solid #CCCCCC;
font-weight: bold;
padding: 0 10px 2px;
}
.tab li
{
border-bottom: 1px dotted #CCCCCC;
padding-bottom: 3px;
margin: 5px 0;
}
.tab .mhot, .tab.allhot
{
display: none;
}
tab1 tab2 tab3
- 考高分网
- www.jb51.net
- 我和我
- 一花一世办
- 一草一天堂
- 阿里巴巴
- 阿里巴巴
- 一草一天堂
- 我和我的祖国
- 最爱的地方
演示代码 http://demo.jb51.net/js/jquery_tab/index.htm



