水平導覽功能表(DIV+CSS)

來源:互聯網
上載者:User

完全用DIV+CSS做的菜單,相比傳統用圖片做的開啟速度更快。預覽最終效果>>

#nav{height: 44px;width: 425px;background: #FFFFFF;}.vline{background: #999999;width: 1px;height: 20px;}#nav ul{margin: 0px;padding: 0px;list-style-type: none;}#nav li{float: left;font-family: Arial;font-weight: bold;font-size: 12px;text-align: center;}#nav li a{display: block;width: 84px;line-height: 28px;color: #666666;text-decoration: none;border-top: 4px solid #0F35A5;}#nav li a:hover{color: #7C8DD9;border-top: 4px solid #7C8DD9;}
<div id="nav"><ul><li><a href="#">產品介紹</a></li><li class="vline"></li><li><a href="#">服務支援</a></li><li class="vline"></li><li><a href="#">聯絡我們</a></li><li class="vline"></li><li><a href="#">新聞中心</a></li><li class="vline"></li><li><a href="#">公司簡介</a></li><li class="vline"></li></ul></div>
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.