好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

使用div+css制作简单导航以及要注意问题_html/css_WEB-ITnose

 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 

45 46 首页 47 网页版式布局 48 div+css教程 49 div+css实例 50 常用代码 51 52

查看更多关于使用div+css制作简单导航以及要注意问题_html/css_WEB-ITnose的详细内容...

  阅读:34次