


JS realizes the black and atmospheric secondary navigation menu effect_javascript skills
The example in this article describes the implementation of a black and atmospheric secondary navigation menu effect using JS. Share it with everyone for your reference. The details are as follows:
This is a good secondary navigation menu made by myself. It is in black style and is based on the imitation of Taobao and Alipay menus. I think it is pretty good.
The screenshot of the running effect is as follows:
The online demo address is as follows:
http://demo.jb51.net/js/2015/js-black-style-2l-nav-menu-codes/
The specific code is as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>多级导航菜单</title> <style> strong { font-style: normal; font-weight: normal; font-weight: bold; } a { cursor: pointer; text-decoration: none; } #container { width: 960px; margin: 0pt auto; } #nav, .nav-container, .nav-container ul, #nav .nav-master-a:hover, #nav .nav-master-a:hover strong, #nav li.current .nav-master-a strong, #nav li.current .nav-master-a, #nav .nav-sub a:hover, #nav .nav-sub a:hover span { background-image: url('images/bg-nav.gif'); background-repeat: no-repeat; } #nav { position: relative; height: 66px; margin: 5px 0pt 0pt; background-position: 0pt -230px; background-repeat: repeat-x; } .nav-container { padding-left: 15px; height: 66px; background-position: 0pt 0pt; } .nav-container ul { height: 100%; background-position: right -66px; } .nav-container ul ul.nav-sub { background: none repeat scroll 0% 0% transparent; height: auto; } .nav-master { display: block; float: left; height: 36px; width: 100px; line-height: 36px; text-align: center; padding-right: 4px; } .nav-master-a { display: block; font-size: 14px; height: 26px; line-height: 26px; overflow: hidden; background: none repeat scroll 0% 0% transparent; text-decoration: none; margin-top: 5px; } .nav-master-a strong { display: block; color: rgb(255, 255, 255); height: 100%; } li.current .nav-master-a strong, #nav li.current .nav-master-a:hover strong { color: rgb(0, 0, 0); } .nav-master-a:hover { text-decoration: none; background-position: 0pt -315px; } .nav-master-a:hover strong { background-position: right -360px; } #nav li.current .nav-master-a strong { background-position: right -180px; padding-top: 2px; } #nav li.current .nav-master-a { background-position: 0pt -131px; overflow: hidden; color: rgb(0, 0, 0); height: 31px; } #nav li.current .nav-master-a:hover strong { color: rgb(0, 0, 0); } ul.nav-sub { position: absolute; width: 920px; text-align: left; top: 38px; left: 20px; display: none; padding: 2px 0pt 0pt; background: none repeat scroll 0% 0% transparent; } #nav .current .nav-sub { display: block; } .nav-sub li { float: left; display: block; width: 78px; text-align: center; height: 30px; overflow: hidden; margin-right: 4px; } #nav .nav-sub a { display: block; height: 22px; overflow: hidden; color: rgb(77, 77, 77); text-decoration: none; } #nav .nav-sub a span { display: block; line-height: 22px; height: 22px; } #nav .nav-sub a:hover { background-position: 0pt -405px; } #nav .nav-sub a:hover span { background-position: right -446px; } .sp-nav { overflow:hidden; background: url(images/bg-nav.gif) repeat-x 0 -595px; height:31px; line-height:31px } .sp-con { color:#CCC; margin:0 auto; width:968px; } .sp-l { overflow:hidden; float:left; background:url(images/bg-nav.gif) no-repeat 0 -558px; width:6px; height:31px } .sp-r { overflow:hidden; float:right; background:url(images/bg-nav.gif) no-repeat -6px -558px; height:31px; width:6px; } .sp-m { position:relative; padding:0 10px; float:left; background:url(images/bg-nav.gif) repeat-x 0 -495px; height:31px; line-height:31px; width:936px; color:#000; text-align: left; } .other { float: left; height: 23px; margin-right: 22px; display: inline; } .so { float: right; padding-top: 6px; height: 26px; } .so .inputstyleso { width: 89px; height: 16px; line-height: 16px; border: 1px solid rgb(190, 190, 190); float: left; padding-top: 2px; padding-left: 5px; } .so img { float: left; margin: 2px 4px 0pt 0pt; display: inline; } </style> </head> <body> <script language="javascript"> var waitInterval2; var MDelayTime2=300;/* 设置延时0.3秒 */ function qiehuan(num){ clearTimeout(waitInterval2); waitInterval2=window.setTimeout("qiehuan2("+num+");",MDelayTime2); } function qiehuan2(num){ clearTimeout(waitInterval2); for(var id = 0;id<=9;id++) { if(id==num) { document.getElementById("qh_con"+id).style.display="block"; document.getElementById("mynav"+id).className="nav-master current"; } else { document.getElementById("qh_con"+id).style.display="none"; document.getElementById("mynav"+id).className="nav-master"; } } } </script> <div id="nav"> <div class="nav-container"> <ul> <li class="nav-master current" id="mynav0"><a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(0)"><strong>首页</strong></a> <ul class="nav-sub" id="qh_con0"> <li><a href="#"><span>最近更新</span></a></li> <li><a href="#"><span>热门推荐</span></a></li> <li><a href="#"><span>周下载榜</span></a></li> <li><a href="#"><span>月下载榜</span></a></li> <li><a href="#"><span>相关教程</span></a></li> <li><a href="#"><span>美化软件</span></a></li> </ul> </li> <li class="nav-master" id="mynav1"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(1)"><strong>xp主题</strong></a> <ul class="nav-sub" id="qh_con1"> <li><a href="#"><span>美女明星</span></a></li> <li><a href="#"><span>影视动漫</span></a></li> <li><a href="#"><span>清爽系列</span></a></li> <li><a href="#"><span>颜色专题</span></a></li> <li><a href="#"><span>3D金属</span></a></li> <li><a href="#"><span>节日游戏</span></a></li> <li><a href="#"><span>汽车体育</span></a></li> <li><a href="#"><span>风景设计</span></a></li> <li><a href="#"><span>苹果系统</span></a></li> <li><a href="#"><span>透明专题</span></a></li> </ul> </li> <li class="nav-master" id="mynav2"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(2)"><strong>vista主题</strong></a> <ul class="nav-sub" id="qh_con2"> <li><a href="#"><span>完美套装</span></a></li> <li><a href="#"><span>动漫影视</span></a></li> <li><a href="#"><span>清爽系列</span></a></li> <li><a href="#"><span>美女主题</span></a></li> <li><a href="#"><span>3D系列</span></a></li> <li><a href="#"><span>汽车主题</span></a></li> <li><a href="#"><span>风景主题</span></a></li> <li><a href="#"><span>黑色主题</span></a></li> <li><a href="#"><span>创意设计</span></a></li> <li><a href="#"><span>系统主题</span></a></li> </ul> </li> <li class="nav-master" id="mynav3"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(3)"><strong>win7主题</strong></a> <ul class="nav-sub" id="qh_con3"> <li><a href="#"><span>完美套装</span></a></li> <li><a href="#"><span>风景主题</span></a></li> <li><a href="#"><span>动漫影视</span></a></li> <li><a href="#"><span>汽车主题</span></a></li> <li><a href="#"><span>清爽系列</span></a></li> <li><a href="#"><span>设计主题</span></a></li> <li><a href="#"><span>黑色主题</span></a></li> <li><a href="#"><span>精美推荐</span></a></li> </ul> </li> <li class="nav-master" id="mynav4"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(4)"><strong>屏幕保护</strong></a> <ul class="nav-sub" id="qh_con4"> <li><a href="#"><span>泡泡</span></a></li> <li><a href="#"><span>湖泊瀑布</span></a></li> <li><a href="#"><span>动物植物</span></a></li> <li><a href="#"><span>3D、游戏</span></a></li> <li><a href="#"><span>影视卡通</span></a></li> <li><a href="#"><span>时钟</span></a></li> <li><a href="#"><span>恐怖</span></a></li> <li><a href="#"><span>节日、艺术</span></a></li> <li><a href="#"><span>水馆族</span></a></li> <li><a href="#"><span>自然风光</span></a></li> <li><a href="#"><span>太空、火焰</span></a></li> </ul> </li> <li class="nav-master" id="mynav5"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(5)"><strong>系统图标</strong></a> <ul class="nav-sub" id="qh_con5"> <li><a href="#"><span>IP包</span></a></li> <li><a href="#"><span>苹果</span></a></li> <li><a href="#"><span>系统硬件</span></a></li> <li><a href="#"><span>生活</span></a></li> <li><a href="#"><span>游戏</span></a></li> <li><a href="#"><span>节日</span></a></li> <li><a href="#"><span>卡通</span></a></li> <li><a href="#"><span>文件夹</span></a></li> <li><a href="#"><span>回收站</span></a></li> <li><a href="#"><span>软件</span></a></li> <li><a href="#"><span>手机数码</span></a></li> </ul> </li> <li class="nav-master" id="mynav6"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(6)"><strong>鼠标指针</strong></a> <ul class="nav-sub" id="qh_con6"> <li><a href="#"><span>动漫鼠标</span></a></li> <li><a href="#"><span>透明系列</span></a></li> <li><a href="#"><span>精美特色</span></a></li> <li><a href="#"><span>CursorFx/Xp</span></a></li> <li><a href="#"><span>鼠标特效</span></a></li> </ul> </li> <li class="nav-master" id="mynav7"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(7)"><strong>桌面壁纸</strong></a> <ul class="nav-sub" id="qh_con7"> <li><a href="#"><span>3D、创意</span></a></li> <li><a href="#"><span>美女明星</span></a></li> <li><a href="#"><span>动物植物</span></a></li> <li><a href="#"><span>风景、日历</span></a></li> <li><a href="#"><span>节日系列</span></a></li> <li><a href="#"><span>影视动漫</span></a></li> <li><a href="#"><span>游戏卡通</span></a></li> <li><a href="#"><span>PSP、手绘</span></a></li> <li><a href="#"><span>炫彩抽象</span></a></li> <li><a href="#"><span>人文建筑</span></a></li> </ul> </li> <li class="nav-master" id="mynav8"> <a class="nav-master-a" href="#" onMouseOut="clearTimeout(waitInterval2);" onMouseOver="javascript:qiehuan(8)"><strong>其它美化</strong></a> <ul class="nav-sub" id="qh_con8"> <li><a href="#"><span>启动界面</span></a></li> <li><a href="#"><span>登陆界面</span></a></li> <li><a href="#"><span>vista边栏</span></a></li> <li><a href="#"><span>梦幻桌面</span></a></li> <li><a href="#"><span>系统声音</span></a></li> <li><a href="#"><span>精选美化包</span></a></li> <li><a href="#"><span>相关教程</span></a></li> <li><a href="#"><span>美化软件</span></a></li> </ul> </li> </ul> </div> </div> </body> </html>
I hope this article will be helpful to everyone’s JavaScript programming.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



How to use JS and Baidu Map to implement map pan function Baidu Map is a widely used map service platform, which is often used in web development to display geographical information, positioning and other functions. This article will introduce how to use JS and Baidu Map API to implement the map pan function, and provide specific code examples. 1. Preparation Before using Baidu Map API, you first need to apply for a developer account on Baidu Map Open Platform (http://lbsyun.baidu.com/) and create an application. Creation completed

Essential tools for stock analysis: Learn the steps to draw candle charts in PHP and JS. Specific code examples are required. With the rapid development of the Internet and technology, stock trading has become one of the important ways for many investors. Stock analysis is an important part of investor decision-making, and candle charts are widely used in technical analysis. Learning how to draw candle charts using PHP and JS will provide investors with more intuitive information to help them make better decisions. A candlestick chart is a technical chart that displays stock prices in the form of candlesticks. It shows the stock price

Face detection and recognition technology is already a relatively mature and widely used technology. Currently, the most widely used Internet application language is JS. Implementing face detection and recognition on the Web front-end has advantages and disadvantages compared to back-end face recognition. Advantages include reducing network interaction and real-time recognition, which greatly shortens user waiting time and improves user experience; disadvantages include: being limited by model size, the accuracy is also limited. How to use js to implement face detection on the web? In order to implement face recognition on the Web, you need to be familiar with related programming languages and technologies, such as JavaScript, HTML, CSS, WebRTC, etc. At the same time, you also need to master relevant computer vision and artificial intelligence technologies. It is worth noting that due to the design of the Web side

How to use PHP and JS to create a stock candle chart. A stock candle chart is a common technical analysis graphic in the stock market. It helps investors understand stocks more intuitively by drawing data such as the opening price, closing price, highest price and lowest price of the stock. price fluctuations. This article will teach you how to create stock candle charts using PHP and JS, with specific code examples. 1. Preparation Before starting, we need to prepare the following environment: 1. A server running PHP 2. A browser that supports HTML5 and Canvas 3

How to use JS and Baidu Maps to implement the map heat map function Introduction: With the rapid development of the Internet and mobile devices, maps have become a common application scenario. As a visual display method, heat maps can help us understand the distribution of data more intuitively. This article will introduce how to use JS and Baidu Map API to implement the map heat map function, and provide specific code examples. Preparation work: Before starting, you need to prepare the following items: a Baidu developer account, create an application, and obtain the corresponding AP

With the rapid development of Internet finance, stock investment has become the choice of more and more people. In stock trading, candle charts are a commonly used technical analysis method. It can show the changing trend of stock prices and help investors make more accurate decisions. This article will introduce the development skills of PHP and JS, lead readers to understand how to draw stock candle charts, and provide specific code examples. 1. Understanding Stock Candle Charts Before introducing how to draw stock candle charts, we first need to understand what a candle chart is. Candlestick charts were developed by the Japanese

Overview of how to use JS and Baidu Maps to implement map click event processing: In web development, it is often necessary to use map functions to display geographical location and geographical information. Click event processing on the map is a commonly used and important part of the map function. This article will introduce how to use JS and Baidu Map API to implement the click event processing function of the map, and give specific code examples. Steps: Import the API file of Baidu Map. First, import the file of Baidu Map API in the HTML file. This can be achieved through the following code:

How to use JS and Baidu Maps to implement map polygon drawing function. In modern web development, map applications have become one of the common functions. Drawing polygons on the map can help us mark specific areas for users to view and analyze. This article will introduce how to use JS and Baidu Map API to implement map polygon drawing function, and provide specific code examples. First, we need to introduce Baidu Map API. You can use the following code to import the JavaScript of Baidu Map API in an HTML file
