频道导航变样,如何拉开栏目间距?如何在导航条背景中上下居中?
此主题相关图片如下:名.jpg
查看CSS中关于频道导航的代码如下,请问如何修改?直接帮忙改代码,谢谢!
*控制顶部导航菜单*/
#menubk{
background:url(../images/hd_bg.gif) no-repeat;float:left;
}
#menu{width:950px;position:relative; height:45px; float:right; background:url(../images/hd_bg.gif) no-repeat;background-position: right top;}
#menu ul {padding:5px 0 0 0px; clear:both;margin:0px;}
#menu ul a { color:#fff; display:block;width:192px;text-decoration:none; }
#menu li { line-height:25px; height:25px; float:left; background:url(../images/menu_libg.gif) no-repeat left center; text-align:center; }
#menu li.nobg { background:none; }
#menu .current,#menu li a:hover { background:url(../images/memu_upbg.jpg) no-repeat center top; text-decoration:none;}
#menu a:link,#menu a:visited{font-size:20px; font-weight:bold; color:#fff; text-decoration:none}