2012-09-29 43 views

回答

0

请试试这个:

改变填充底从14px的以知识+

#top-nav li a 
{ 
    padding-bottom:17px; 
} 
0

变化#顶级导航李UL这丝毫可能有助于

#top-nav li ul { 
position : absolute; 
margin : 33px 0 0px 0; 
padding : 0 ; 
width : 184px; 
clear : both; 
font-size: 0.8em; 
z-index : -1; 
left: -999em; 
text-align: left; 
border-bottom: none !important; 
}