gusucode.com > 数码家电商城源码程序 > 数码家电商城源码程序/2048/base/border/202/images/gbl202.css

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

div.gbl202_out{
white-space:nowrap;
overflow:hidden;
background:url(bg.gif) repeat-x;
height:25px;
margin:0px 0px 0px 0px;
padding-left:7px;
}
 
div.gbl202_out ul.gblable{            
margin:0;
padding:0;
}

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

li.gbl202{
list-style-type:none;
float:left;
width:87px;
height:25px;
margin:0px 3px 0px 0px;
color:#00689f;
text-align:center;
font:12px/25px simsun;
background:url(menu.gif) 0px 0px no-repeat;
cursor:pointer;
}

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


li.gbl202_current{
list-style-type:none;
float:left;
width:87px;
height:25px;
margin:0px 3px 0px 0px;
color:#00689f;
text-align:center;
font:12px/25px simsun;
background:url(menu_now.gif) 0px 0px no-repeat;
cursor:pointer;
}


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

div.gbl202_more{
float:right;
}

div.gbl202_more a{
font:12px/25px simsun;
color:#00689f;
margin-right:10px
}