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

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

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
background:url(top.png) no-repeat;
height:50px;
position:relative;
margin:0px;
}
 
div.gbl201_out ul.gblable{            
margin-left:24px;
padding:0;
}

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

li.gbl201{
list-style-type:none;
float:left;
width:98px;
height:27px;
margin:1px 1px 0px 0px;
color:#3a6700;
text-align:center;
font:bold 12px/27px simsun;
background:url(bar.gif) no-repeat;
cursor:pointer;
}

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


li.gbl201_current{
list-style-type:none;
float:left;
width:98px;
height:28px;
margin:0px;
color:#fff;
text-align:center;
font:bold 12px/28px simsun;
background:url(bar_now.gif) no-repeat;
cursor:pointer;
}


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

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:12px/28px simsun;
color:#555;
margin-right:3px
}