Heim  >  Artikel  >  Web-Frontend  >  一款黑色漂亮的DIV+CSS导航条_html/css_WEB-ITnose

一款黑色漂亮的DIV+CSS导航条_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:29:121548Durchsuche

 

代码:





黑色CSS菜单 title >

#menu  {
    background :  #333 ;
    float :  left ;
    list-style :  none ;
    margin :  0 ;
    padding :  0 ;
    width :  100% ;
    height :  0px ;
}
#menu li  {
    float :  left ;
    margin :  0 ;
    padding :  0 ;
    font-family : sans-serif ;
    font-size :  67.5% ;
}
#menu a  {
    background :  #333 ;
    color :  #ccc ;
    display :  list-item ;
    float :  left ;
    margin :  0 ;
    padding :  8px 12px ;
    font-weight : normal ;
    text-decoration :  none ;
}
#menu a:hover  {
    background :  #2580a2 ;
    color :  #fff ;
    padding-bottom :  8px ;
     }                     
                    
style >
                        

   Ajax/JavaScript a > li >
ExtJS实例 a > li > jQuery代码 a > li > CSS特效 a > li > HTML精选 a > li > 在线编辑器 a > li > Mootools举例 a > li > Prototype框架 a > li >
官方博客 a > li >
Guestbook a > li >
ul >
body >
html >

 

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