www.gusucode.com > 数码产品生产企业网站源码程序 > 数码产品生产企业网站源码程序/base/border/208/images/gbl208.css

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

div.gbl208_out{
white-space:nowrap;
overflow:hidden;
background:url(bar.gif) repeat-x;
height:25px;
position:relative;
margin:-1px -1px 0px -1px;
}
 
div.gbl208_out ul.gblable{            
margin:0 2px;
padding:0;
}

div.gbl208_out .gbl208_left{
float:left;
width:3px;
height:24px;
background:url(bar.gif) -70px -25px no-repeat;
}

div.gbl208_out .gbl208_right{
float:right;
width:3px;
height:24px;
background:url(bar.gif) -75px -25px no-repeat;
}


div.gbl208_bleft{
float:left;
width:3px;
height:3px;
background:url(bar.gif) -70px -49px no-repeat;
line-height:3px;
margin-top:-3px;
}

div.gbl208_bright{
float:right;
width:3px;
height:3px;
line-height:3px;
background:url(bar.gif) -75px -49px no-repeat;
margin-top:-3px;
}


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

li.gbl208{
list-style-type:none;
float:left;
width:67px;
height:22px;
margin:3px 0px 0px 0px;
color:#555;
text-align:center;
font:12px/22px simsun;
background:url(bar.gif) 0px -30px no-repeat;
cursor:pointer;
}

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


li.gbl208_current{
list-style-type:none;
float:left;
height:22px;
width:67px;
margin:3px 0px 0px 0px;
color:#555;
text-align:center;
font:12px/22px simsun;
background:url(bar.gif)  0px -60px no-repeat;
cursor:pointer;
}


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

div.gbl208_more{
float:right;
}

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