Home  >  Article  >  Web Front-end  >  一款黑色漂亮的DIV+CSS导航条_html/css_WEB-ITnose

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

WBOY
WBOYOriginal
2016-06-24 12:29:121511browse

 

代码:





黑色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 >

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn