www.gusucode.com > 2035网博士成品网站管理系统 PHP网站源码程序 > 2035/base/border/649/images/gbl649.css

    /*===放标签的层===*/

div.gbl649_out{
white-space:nowrap;
overflow:hidden;
height:23px;
position:relative;
margin:0px;
}
 
div.gbl649_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl649{
list-style-type:none;
float:left;
width:122px;
height:23px;
margin-right:3px;
color:#a3a3a3;
text-align:center;
font:12px/23px simsun;
background:url(bar.png) repeat-x;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl649_current{
list-style-type:none;
float:left;
width:122px;
height:23px;
margin-right:3px;
color:#7c0e2b;
text-align:center;
font:12px/23px simsun;
background:url(bar_now.png) repeat-x;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl649_more{
float:right;
}

div.gbl649_more a{
font:12px/23px simsun;
color:#a3a3a3;
margin-right:3px
}