This article mainly introduces the method of implementing CSS three-level drop-down menu, which has a certain reference value. Now I share it with you. Friends in need can refer to it
<!DOCTYPE html> <html> <head> <title>test</title> <style type = "text/css"> /*设置通配符样式*/ *{ margin:0; padding:0; } body{ font-size:12px; } ul{ list-style:none; } a{ text-decoration:none; }</p> <p>/*设置二级导航样式*/ .nav { width:500px; height:30px; background-color:#b4b4b4; /*导航栏居中*/ margin:auto; } .nav ul li { width:100px; height:30px; float:left; position:relative; } .nav ul li a { display:block; width:96px; border:2px solid gray; height:26px; line-height:26px; text-align:center; } .nav ul li a:hover { background-color:yellow; }</p> <p>/*设置一级导航样式*/ .nav ul li ul{ display:none; } .nav ul li:hover ul{ display:block; width:100px; position:absolute; top:30px; left:0; background-color:white; } .nav ul li:hover ul li a{ display:block; width:96px; height:26px; line-height:26px; border:2px solid gray; text-align:center; } .nav ul li:hover ul li a:hover{ background-color:orange; }</p> <p>/*设置三级导航样式*/ .nav ul li:hover ul li ul { display:none; } .nav ul li:hover ul li:hover ul{ display:block; width:100px; position:absolute; top:0px; left:100px; background-color:#b4b4b4; } .nav ul li:hover ul li:hover ul li { width:100px; height:30px; } .nav ul li:hover ul li:hover ul li a { display:block; width:96px; height:26px; line-height:26px; border:2px solid gray; text-align:center; } .nav ul li:hover ul li:hover ul li a:hover { background-color:#00CC00; } .nav ul li:hover ul .nav_jw ul { display:none; } .nav ul li:hover ul .nav_jw:hover ul{ display:block; width:100px; position:absolute; top:0px; left:-100px; background-color:#b4b4b4; } .nav ul li:hover ul .nav_jw:hover ul li { width:100px; height:30px; } .nav ul li:hover ul .nav_jw:hover ul li a { display:block; width:96px; height:26px; line-height:26px; border:2px solid gray; text-align:center; } .nav ul li:hover ul .nav_jw:hover ul li a:hover { background-color:#00CC00; }</p> <p></style> </head> <body> <p class = "nav"> <ul> <li><a href = "#">一级导航</a> <ul> <li><a href = "#">二级导航</a> <ul> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> </ul> </li> <li><a href = "#">二级导航</a> <ul> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> </ul> </li> <li><a href = "#">二级导航</a> <ul> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> </ul> </li> </ul> </li> <li><a href = "#">一级导航</a> <ul> <li><a href = "#">二级导航</a></li> <li><a href = "#">二级导航</a></li> <li><a href = "#">二级导航</a></li> </ul> </li> <li><a href = "#">一级导航</a> <ul> <li><a href = "#">二级导航</a></li> <li><a href = "#">二级导航</a></li> <li><a href = "#">二级导航</a></li> </ul> </li> <li><a href = "#">一级导航</a> <ul> <li><a href = "#">二级导航</a></li> <li><a href = "#">二级导航</a></li> <li><a href = "#">二级导航</a></li> </ul> </li> <li><a href = "#">一级导航</a> <ul> <li class="nav_jw"><a href = "#">二级导航</a> <ul> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> </ul> </li> <li class="nav_jw"><a href = "#">二级导航</a> <ul> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> </ul> </li> <li class="nav_jw"><a href = "#">二级导航</a> <ul> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> <li><a href = "#">三级导航</a></li> </ul> </li> </ul> </li> </ul> </p> </body> </html>
The above is the entire content of this article. I hope it will be helpful to everyone's study. For more related content, please pay attention to the PHP Chinese website!
Related recommendations:
How to solve the problem of CSS filters filtering text at the same time
css div multi-step progress bar Implementation code
The above is the detailed content of How to implement css three-level drop-down menu. For more information, please follow other related articles on the PHP Chinese website!

This is the 3rd post in a small series we did on form accessibility. If you missed the second post, check out "Managing User Focus with :focus-visible". In

This tutorial demonstrates creating professional-looking JavaScript forms using the Smart Forms framework (note: no longer available). While the framework itself is unavailable, the principles and techniques remain relevant for other form builders.

The CSS box-shadow and outline properties gained theme.json support in WordPress 6.1. Let's look at a few examples of how it works in real themes, and what options we have to apply these styles to WordPress blocks and elements.

If you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or

The Svelte transition API provides a way to animate components when they enter or leave the document, including custom Svelte transitions.

How much time do you spend designing the content presentation for your websites? When you write a new blog post or create a new page, are you thinking about

In this article we will be diving into the world of scrollbars. I know, it doesn’t sound too glamorous, but trust me, a well-designed page goes hand-in-hand

npm commands run various tasks for you, either as a one-off or a continuously running process for things like starting a server or compiling code.


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

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

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

SublimeText3 English version
Recommended: Win version, supports code prompts!
