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

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

div.gbl208_out{
white-space:nowrap;
overflow:hidden;
background:url(top.png) no-repeat;
height:25px;
position:relative;
margin:-1px -1px 0px -1px;
}
 
div.gbl208_out ul.gblable{            
margin:0px 0px 0px 9px;
padding:0px;
}

div.gbl208_out ul li{            
margin-right:3px;
}

div.gbl208_out .gbl208_left{
}

div.gbl208_out .gbl208_right{
float:right;
width:3px;
height:24px;
background:url(top.png) -987px 0px no-repeat;
}


div.gbl208_bleft{
float:left;
width:3px;
height:3px;
background:url(top.png) -987px -97px no-repeat;
line-height:3px;
margin-top:-3px;
}

div.gbl208_bright{
float:right;
width:3px;
height:3px;
line-height:3px;
background:url(top.png) -987px -97px no-repeat;
margin-top:-3px;
}


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

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

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


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


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

div.gbl208_more{
float:right;
}

div.gbl208_more a{
font:12px/24px simsun;
color:#555;
margin-right:8px
}