純CSS導覽列菜單

來源:互聯網
上載者:User

標籤:style   class   c   ext   http   a   

<!DOCTYPE">
<html>
<head>
<title>導覽功能表-下拉</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.nav,.nav ul{
margin:0;
padding:0;
list-style-type:none;
background-color:#8bd400;
border:1px solid #486b02;
float:left;
}
.nav li{
float:left;
width:150px;
background-color:#8bd400;
}
.nav li ul{
width:150px;
position:absolute;
left:-99999px;
}
.nav a{
display:block;
color:#2b3f00;
text-decoration:none;
border-right:1px solid #486b02;
border-left:1px solid #e4ffd3;
padding:5px 10px;
}
.nav li li{
float:none;
}
.nav li li a{
border-top:1px solid #e4fd3;
border-bottom:1px solid #486b02;
border-left:0;
border-right:0;
}
.nav li:last-child a{
border-right:0;
border-bottom:0;
}
ul a:hover{
color:#e4ffd3;
background-color:#6da203;
}
.nav li:hover ul{
left:auto;
}
</style>
</head>

<body>
<ul class="nav">
<li><a href="1.html">首頁</a></li>
<li><a href="1.html">產品中心</a>
<ul>
<li><a href="1.html">產品1</a><li>
<li><a href="1.html">產品2</a><li>
<li><a href="1.html">產品3</a><li>
<li><a href="1.html">產品4</a><li>
</ul>
</li>
<li><a href="1.html">新聞動態</a>
<ul>
<li><a href="1.html">新聞1</a><li>
<li><a href="1.html">新聞2</a><li>
<li><a href="1.html">新聞3</a><li>
<li><a href="1.html">新聞4</a><li>
</ul>
</li>
<li><a href="1.html">聯絡我們</a></li>
<li><a href="1.html">關於</a></li>
</ul>
</body>
</html>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.