1 2 3 4 5 6 7 8 9 #headNav {10 width:960px;11 height:30px;12 line-height:30px;13 background-color: lightblue;14 margin:0 auto;15 }16 17 #headNav ul {18 list-style:none;19 }20 21 #headNav ul li {22 float:left;23 height: 30px;24 line-height: 30px; 25 padding:0 10px;26 }27 28 #headNav ul li:hover {29 background-color: white;30 }31 32 a {33 color:red;34 text-decoration:none;35 }36 37 a:hover {38 39 }40 41 42 43 44查看更多关于使用div+css制作简单导航以及要注意问题_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did102898
使用div+css制作简单导航以及要注意问题_html/css_WEB-ITnose
阅读:34次