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

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

div.gbl649_out{
	float:left;
	font:bold 14px/40px Arial;
	text-align:left;
	padding-left:40px;
	color:#1d1c21;
}
 
div.gbl649_out ul.gblable{            
	margin:0px;
	padding:0px;
}

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

li.gbl649{
	list-style-type:none;
	float:left;
	width:107px;
	height:40px;
	margin-right:17px;
	color:#1d1c21;
	text-align:center;
	font:bold 14px/50px simsun;
	background:url(menu.gif) 0px 0px no-repeat;
	cursor:pointer;
}

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

li.gbl649_current{
	list-style-type:none;
	float:left;
	width:107px;
	height:40px;
	margin-right:17px;
	color:#1d1c21;
	text-align:center;
	font:bold 14px/50px simsun;
	background:url(menu_now.gif) 0px 0px no-repeat;
	cursor:pointer;
}


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

div.gbl649_more{
	float:right;
	width:90px;
	height:60px;
	text-align:right;
	background:url(top.png) -900px 0px no-repeat;
}

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