Css3 only dropdown menu
How do I make an css3 only dropdown menu?
Css3 only responsive dropdown menu, without jquery. What is a css3 only dropdown menu? How do you make a css3 only dropdown menu? This script and codes were developed by Mario Loncarek on 03 July 2022, Sunday.
Css3 only dropdown menu - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Css3 only dropdown menu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id='cssmenu'> <ul> <li class='active'><a href='index.html'>Home</a></li> <li class='has-sub '><a href='#'>Products</a> <ul> <li class='has-sub '><a href='#'>Product 1</a> <ul> <li><a href='#'>Sub Item</a></li> <li><a href='#'>Sub Item</a></li> </ul> </li> <li class='has-sub '><a href='#'>Product 2</a> <ul> <li><a href='#'>Sub Item</a></li> <li><a href='#'>Sub Item</a></li> </ul> </li> </ul> </li> <li><a href='#'>About</a></li> <li><a href='#'>Contact</a></li> </ul>
</div> <script src="js/index.js"></script>
</body>
</html>
Css3 only dropdown menu - Script Codes CSS Codes
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
#cssmenu {padding: 0; margin: 0; border: 0; width:100%}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }
#cssmenu { background: #333; border-bottom: 4px solid #1b9bff; font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif; font-size: 12px;
} #cssmenu > ul { *display: inline-block; } #cssmenu:after, #cssmenu ul:after { content: ''; display: block; clear: both;
}
#cssmenu a { background: #333; color: #CBCBCB; padding: 0 20px;
}
#cssmenu ul { text-transform: uppercase; } #cssmenu ul ul { border-top: 4px solid #1b9bff; text-transform: none; min-width: 190px;
} #cssmenu ul ul a { background: #1b9bff; color: #FFF; border: 1px solid #0082e7; border-top: 0 none; line-height: 150%; padding: 16px 20px;
} #cssmenu ul ul ul { border-top: 0 none; } #cssmenu ul ul li { position: relative }
#cssmenu > ul > li > a { line-height: 48px; }
#cssmenu ul ul li:first-child > a { border-top: 1px solid #0082e7; } #cssmenu ul ul li:hover > a { background: #35a6ff; } #cssmenu ul ul li:last-child > a { border-radius: 0 0 3px 3px; box-shadow: 0 1px 0 #1b9bff;
} #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; } #cssmenu ul ul li.has-sub > a:after { content: '+'; position: absolute; top: 50%; right: 15px; margin-top: -8px;
} #cssmenu ul li:hover > a, #cssmenu ul li.active > a { background: #1b9bff; color: #FFF;
} #cssmenu ul li.has-sub > a:after { content: '+'; margin-left: 5px;
} #cssmenu ul li.last ul { left: auto; right: 0;
} #cssmenu ul li.last ul ul { left: auto; right: 99.5%;
}
Css3 only dropdown menu - Script Codes JS Codes
/* Not mine - found it on net */

Developer | Mario Loncarek |
Username | riogrande |
Uploaded | July 03, 2022 |
Rating | 4.5 |
Size | 2,519 Kb |
Views | 54,621 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Responsive overlay menu framework | 3,006 Kb |
Responsive overlay menu - full menu example | 3,452 Kb |
Responsive overlay menu - columns menu example | 3,215 Kb |
Change div order for responsive elements with jquery | 0 Kb |
IOs 7 phone screen | 2,567 Kb |
Css only hover animation image effect | 2,593 Kb |
Responsive overlay menu - full menu with second menu example | 3,613 Kb |
Responsive overlay menu - grid example | 3,289 Kb |
Css3 only dropdown menu | 2,563 Kb |
Buttons with icons made easy - with font awesome | 2,097 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Parallax.js | Zmeeey5 | 2,330 Kb |
Personal Website Redesign v2.0 | DevItWithDavid | 5,168 Kb |
Random Gradients - JS | Aldlevine | 2,026 Kb |
Basic HTML Slideshow | Tomhodgins | 3,386 Kb |
Social Profiles | Lachlanjc | 1,939 Kb |
Twinkling Stars | Ripley6811 | 2,750 Kb |
Weather App | OmranAbazid | 2,596 Kb |
Promodoro | Bencarp | 1,712 Kb |
React Markdown Previewer | C0d0er | 3,190 Kb |
Intake Form Page 2 | Ijantje | 4,983 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!