Heim >Web-Frontend >HTML-Tutorial >为什么导航栏的文本和鼠标滑上去颜色居中_html/css_WEB-ITnose

为什么导航栏的文本和鼠标滑上去颜色居中_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-24 11:53:461232Durchsuche


 


    
  


#nav {
height:32px; background-color:#009;
}
#nav ul {
line-height:32px; list-style:none;
}
#nav ul li { float:left

}
#nav ul li a {
color:#FFF;
text-decoration:none;
font-size:15px;
padding-left:18px; display:block
}
#nav ul li a:hover{ background-color:#3F9;}


回复讨论(解决方案)

#nav {height:32px; background-color:#009;}#nav ul {line-height:32px; list-style:none;}#nav ul li { float:left}#nav ul li a {color:#FFF;text-decoration:none;font-size:15px;padding: 0 9px; display:block}#nav ul li a:hover{ background-color:#3F9;}

谢谢了,解决

发现问题,解决问题,提高自我。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn