Dropdown *height* nav

Developer
Size
1,719 Kb
Views
34,408

How do I make an dropdown *height* nav?

Navigation menu based on using the :hover to cause the height to increase, showing all the subnav in a large category.. What is a dropdown *height* nav? How do you make a dropdown *height* nav? This script and codes were developed by Saysora on 26 August 2022, Friday.

Dropdown *height* nav Previews

Dropdown *height* nav - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Dropdown *height* nav</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="navholder"> <div id="innav"> <ul> <li>Home</li> </ul> <ul> <li>About</li> </ul> <ul> <li>Resources</li> <ul> <li>Books</li> <li>CD</li> <li>Radio</li> </ul> </ul> <ul> <li>Training</li> </ul> <div class="clear"> </div> </div>
</div>
</body>
</html>

Dropdown *height* nav - Script Codes CSS Codes

* { margin: 0; padding: 0; font-family: helvetica;
}
#navholder { margin-top: 50px; background: #b62f12; max-height: 20px; overflow: hidden;
}
#innav { width: 960px; margin: 0 auto;
}
ul { float: left; min-height: 50px; padding: 0; margin: 0 10px; list-style: none;
}
li { padding: 2px; color: #fff;
}
.clear { clear: both;
}
#navholder:hover { max-height: 800px;
}
#navholder { -webkit-transition: all 1s;
}
Dropdown *height* nav - Script Codes
Dropdown *height* nav - Script Codes
Home Page Home
Developer Saysora
Username azureknight
Uploaded August 26, 2022
Rating 3
Size 1,719 Kb
Views 34,408
Do you need developer help for Dropdown *height* nav?

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!

Saysora (azureknight) Script Codes
Create amazing blog posts 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!