新装了个style类似米克橙色风格模版,个人空间菜单错位且不好看,如图。请教下,在style.css怎么改代码,才能使个人空间菜单像原来正常那样.
#nv{background:url(nv.jpg) repeat-x;height:33px;overflow:hidden;padding-left:3px;line-height:33px;}
#nv li{float:left;width:80px;background:url(nv_a.jpg) no-repeat right top;height:33px;overflow:hidden;padding:0 3px 0 4px;}
#nv li.a{cursor:pointer;text-align:center;height:33px;line-height:33px;overflow:hidden;background:url(nv_a.jpg) no-repeat right top;margin-left:0px;}
#nv li.a a{color:#f67a1a;background:url(nv_b.gif) no-repeat 0 -192px;margin-left:0px;}
#nv li a{height:33px;line-height:33px;overflow:hidden;padding:0px;width:80px;text-align:center;}
#nv li a:hover{cursor:pointer;text-align:center;background:url(nv_b.gif) no-repeat 0 -192px;height:33px;line-height:33px;overflow:hidden;width:80px;color:#f67a1a;} |