Toggle menu without height css3

Developer
Size
1,570 Kb
Views
22,264

How do I make an toggle menu without height css3?

What is a toggle menu without height css3? How do you make a toggle menu without height css3? This script and codes were developed by Serluck on 08 October 2022, Saturday.

Toggle menu without height css3 Previews

Toggle menu without height css3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Toggle menu without height css3</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="menu"> <b>hover me</b> <ul id="list"> <li>item</li> <li>item</li> <li>item</li> <li>item</li> <li>item</li> </ul>
</div>
Spacing.
</body>
</html>

Toggle menu without height css3 - Script Codes CSS Codes

/* final display */
#menu #list { margin: .5em 1em; padding: 1em;
}
/* hide */
#menu:not(:hover) #list { font-size: 0; margin: 0; opacity: 0; padding: 0; /* fade out, then shrink */ transition: opacity .25s, font-size .5s .25s, margin .5s .25s, padding .5s .25s;
}
/* reveal */
#menu:hover #list { /* unshrink, then fade in */ transition: font-size .25s, margin .25s, padding .25s, opacity .5s .25s;
}
Toggle menu without height css3 - Script Codes
Toggle menu without height css3 - Script Codes
Home Page Home
Developer Serluck
Username serluk
Uploaded October 08, 2022
Rating 3
Size 1,570 Kb
Views 22,264
Do you need developer help for Toggle menu without height css3?

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!

Serluck (serluk) Script Codes
Create amazing marketing copy with AI!

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!