HTML+CSS代碼橙色導航菜單

来源:http://www.cnblogs.com/roucheng/archive/2016/02/16/cssdaohang.html
-Advertisement-
Play Games

效果預覽:http://hovertree.com/code/texiao/ks63r6aq.htm 1 <!DOCTYPE html> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>超漂亮的HTML導航菜單CSS代碼


效果預覽:http://hovertree.com/code/texiao/ks63r6aq.htm

  1 <!DOCTYPE html>
  2 <html xmlns="http://www.w3.org/1999/xhtml">
  3 <head>
  4     <title>超漂亮的HTML導航菜單CSS代碼 - 何問起</title>
  5     <style>
  6         #top {
  7             display: block;
  8             text-align: left;
  9             height: 105px;
 10             position: relative;
 11             z-index: 0;
 12         }
 13 
 14         .m {
 15             margin: 0 auto;
 16             width: 970px;
 17         }
 18 
 19         body {
 20             font-size: 12px;
 21         }
 22 
 23         a {
 24             color: #333;
 25             text-decoration: none;
 26         }
 27 
 28             a:link {
 29                 text-decoration: none;
 30             }
 31             /* Download by http://hovertree.com*/
 32             a.blue:link, a.blue:visited {
 33                 color: #014cc9;
 34                 text-decoration: none;
 35             }
 36 
 37             a.blue:hover, a.blue:active {
 38                 color: #014cc9;
 39                 text-decoration: underline;
 40             }
 41 
 42             a.org:link, a.org:visited {
 43                 color: #ff4e00;
 44                 text-decoration: none;
 45             }
 46 
 47             a:hover, a:active, a.org:hover, a.org:active {
 48                 color: #ff4e00;
 49                 text-decoration: underline;
 50             }
 51 
 52         #navpart {
 53             background: url(http://hovertree.com/hvtimg/bjafjb/6hcuxj1x.gif) repeat-x center top;
 54             height: 105px;
 55             width: 950px;
 56             z-index: 0;
 57             margin-top: 0;
 58             margin-right: auto;
 59             margin-bottom: 0;
 60             margin-left: auto;
 61             clear: both;
 62             position: relative;
 63         }
 64 
 65             #navpart .sideleft {
 66                 background: url(http://hovertree.com/hvtimg/bjafjb/6hcuxj1x.gif) no-repeat left bottom;
 67                 float: left;
 68                 height: 105px;
 69                 width: 6px;
 70             }
 71 
 72             #navpart .sideright {
 73                 background: url(http://hovertree.com/hvtimg/bjafjb/6hcuxj1x.gif) no-repeat right bottom;
 74                 float: right;
 75                 height: 105px;
 76                 width: 6px;
 77             }
 78 
 79         #navmenubar {
 80             height: 32px;
 81             float: left;
 82             display: inline;
 83             margin: 0 -6px;
 84             width: 100%;
 85             position: relative;
 86             z-index: 3;
 87             top: 0;
 88         }
 89 
 90         #hot {
 91             background: url(http://hovertree.com/hvtimg/201508/7qmwfe9p.png) no-repeat left top;
 92             height: 21px;
 93             width: 19px;
 94             position: absolute;
 95             top: -5px;
 96             right: 2px;
 97             z-index: 666;
 98             background:black;
 99         }
100 
101         #navmenubar .sideleft {
102             background: url(http://hovertree.com/hvtimg/bjafjb/ay73nxk5.gif) no-repeat left bottom;
103             float: left;
104             height: 32px;
105             width: 6px;
106             display: inline;
107             margin: 0 0 0 8px;
108         }
109 
110         #navmenubar .sideright {
111             background: url(http://hovertree.com/hvtimg/bjafjb/ay73nxk5.gif) no-repeat right bottom;
112             float: left;
113             height: 32px;
114             width: 6px;
115             display: inline;
116             margin: 0 4px 0 -2px;
117         }
118         /* NAVMENU */
119         #navmenubar .navmenu {
120             background: url(http://hovertree.com/hvtimg/bjafjb/ay73nxk5.gif) repeat-x center top;
121             height: 32px;
122             padding: 0;
123             margin: 0;
124             float: left;
125             display: inline;
126         }
127 
128             #navmenubar .navmenu li {
129                 float: left;
130                 white-space: nowrap;
131                 margin: 0px;
132                 padding: 0px;
133                 display: inline;
134             }
135 
136                 #navmenubar .navmenu li a {
137                     background: url(http://hovertree.com/hvtimg/bjafjb/d46iuj2w.gif) no-repeat 0 0;
138                     width: 80px;
139                     padding: 7px 2px 5px 0;
140                     float: left;
141                     line-height: 20px;
142                     height: 20px;
143                     text-align: center;
144                 }
145 
146                     #navmenubar .navmenu li a:hover {
147                         background-position: 0 -32px;
148                         color: #602800;
149                         text-decoration: none;
150                         padding: 8px 2px 4px 0;
151                     }
152 
153             #navmenubar .navmenu .current a, #navmenubar .navmenu .current a:hover {
154                 background: url(http://hovertree.com/hvtimg/bjafjb/d46iuj2w.gif) no-repeat 0 -64px;
155                 font-weight: 600;
156                 color: #FFF;
157                 font-size: 14px;
158                 padding: 7px 2px 5px 0;
159             }
160 
161         #top #navpart .content {
162             margin-top: 40px;
163             margin-right: auto;
164             margin-bottom: 0px;
165             margin-left: auto;
166             width: 900px;
167             height: auto;
168             color: white;
169         }
170 
171             #top #navpart .content a {
172                 color: white;
173                 display: inline-block;
174                 margin-top: 0px;
175                 height: 30px;
176                 border: 0px solid white;
177                 line-height: 30px;
178                 padding: 10px;
179             }
180 
181         .clear {
182             clear: both;
183             display: block;
184             font: 0px/0 sans-serif;
185             height: 0px;
186             overflow: hidden;
187         }
188     </style>
189 
190 </head>
191 <body>
192     <div id="top" class="m">
193         <div id="navpart">
194             <div class="sideleft"></div>
195             <div class="sideright"></div>
196             <!--NavMenu-->
197             <div id="navmenubar">
198                 <div class="sideleft"></div>
199                 <ul class="navmenu">
200                     <li class="current"><a href="http://hovertree.com" target="_top" title="首頁">何問起</a></li>
201                     <li><a href="http://hovertree.com/"><span>編程資源</span></a></li>
202                     <li><a href="http://hovertree.com"><span>高質量源碼</span></a></li>
203                 </ul>
204                 <div class="sideright"></div>
205                 <div class="sideleft"></div>
206                 <ul class="navmenu">
207                     <li><a href="http://tool.hovertree.com"><span>工具</span></a></li>
208                     <li><a href="http://hovertree.com/code/"><span>代碼</span></a></li>
209                     <li><a href="http://keleyi.com"><span>jQuery教程</span></a></li>
210                     <li><a href="http://hovertree.com/tiku/"><span>線上題庫</span></a></li>
211                 </ul>
212                 <div class="sideright"></div>
213                 <div>
214                     <div class="content">
215                         <a href="http://hovertree.com/" target="_blank">特效代碼</a> <a href="http://hovertree.com/ziyuan/js/" target="_blank">JS運算符優先順序</a>
216  <a href="http://hovertree.com/code/texiao/ks63r6aq.htm" target="_blank">特效代碼</a> <a href="http://hovertree.com/" target="_blank">特效代碼</a> <a href="http://hovertree.com/" target="_blank">特效代碼</a><a href="http://hovertree.com/hvtart/bjae/e4pya1x0.htm" target="_blank">.NET正則表達式</a>
217  <a href="http://hovertree.com/" target="_blank">特效代碼</a> <a href="keleyi.com/ziliao/googlejavascriptstyle.htm" target="_blank">谷歌JS風格</a> <a href="http://hovertree.com/" target="_blank">特效代碼</a> <a href="http://hovertree.com/" target="_blank">特效代碼</a> <a href="http://hovertree.com/h/bjaf/nebj8df9.htm" target="_blank">js實現非同步迴圈</a>
218 
219                     </div>
220                 </div>
221             </div>
222         </div>
223     </div>
224     <div class="clear"></div>
225 </body>
226 </html>
227 
228                         

 網頁特效:http://www.cnblogs.com/roucheng/p/texiao.html


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 前言 春節期間,無意中看到一篇文章,文章中講到12306的業務複雜度遠遠比淘寶天貓這種電商網站要複雜。後來自己想想,也確實如此。所以,很想挑戰一下12306這個系統的核心領域模型的設計。一般的電商網站,購買都是基於商品的概念,每個商品有一定量的庫存,用戶的購買行為是針對商品的。當用戶發起購買行為時,
  • 瀏覽器中的Javascript 客戶端javascript就是運行在瀏覽器中的javascript,現代的瀏覽器已經有了很好的發展,雖然它是一個應用程式,但完全可以把它看作是一個簡易的操作系統,因為像windows、linux等操作系統提供的文檔存儲、網路調用、繪製圖像等功能在瀏覽器中也同樣都可以得
  • input文本框圓角效果代碼實例:本章節分享一段代碼實例,它實現了將input文本框設置為圓角的功能。代碼實例如下: <!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://w
  • 使用jquery實現的清空表單元素代碼實例:如果表單的元素較多的話,如果想情況以前填寫的內容可能有點耗費體力,不夠人性化,下麵就介紹一下如何利用jquery代碼實現快捷清除表單元素內容的功能,先看一段代碼實例: $('#theform')[0].reset(); 很朋友可能認為上面的代碼就完全實現我
  • js如何合併兩個數組:本章節介紹一下如何合併兩個數組,希望對大家有所幫助。實例代碼:實例一: var arrOne=["螞蟻部落","青島市南區",3]; var arrTwo=["分享交流","antzone",600]; console.log(arrOne.concat(arrTwo)); c
  • css3實現元素的伸縮效果代碼實例:本章節分享一段代碼實例,它利用css3實現了元素的伸縮效果。這裡為了進行演示,結合了javascript代碼。代碼實例如下: <!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="aut
  • jquery實現的點擊可以展開摺疊的垂直導航菜單:本章節介紹一種比較常見的導航菜單是如何實現的,它具有垂直結構,點擊導航主標題可以展開或者摺疊二級菜單。代碼實例如下: <!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="
  • js獲取地址欄的參數:通過url地址可以傳遞參數,下麵就是一段能夠實現此功能的代碼實例和和大家做一下分享,希望能夠給需要的朋友帶來一定的幫助。代碼如下: function getUrlParams(){ var search = window.location.search; // 寫入數據字典 v
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...