Foundation Dropdowns Demo

Developer
Size
1,820 Kb
Views
6,072

How do I make an foundation dropdowns demo?

Foundation Dropdowns Demo. What is a foundation dropdowns demo? How do you make a foundation dropdowns demo? This script and codes were developed by Wing-Hou Chan on 06 December 2022, Tuesday.

Foundation Dropdowns Demo Previews

Foundation Dropdowns Demo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Foundation Dropdowns Demo</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel='stylesheet prefetch' href='https://cdn.foundation5.zurb.com/foundation.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a href="#" class="button" data-dropdown="drop">Link Dropdown &raquo;</a>
<ul id="drop" class="tiny f-dropdown" data-dropdown-content> <li><a href="#">This is a link</a></li> <li><a href="#">This is another</a></li> <li><a href="#">Yet another</a></li>
</ul>
<a href="#" data-dropdown="drop1" class="button dropdown">Dropdown Button</a>
<ul id="drop1" data-dropdown-content class="f-dropdown"> <li><a href="#">This is a link</a></li> <li><a href="#">This is another</a></li> <li><a href="#">Yet another</a></li>
</ul> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdn.foundation5.zurb.com/foundation.js'></script> <script src="js/index.js"></script>
</body>
</html>

Foundation Dropdowns Demo - Script Codes CSS Codes

a.open
{ background-color: rgba(0, 114, 149, 0.5) !important;
}

Foundation Dropdowns Demo - Script Codes JS Codes

$(document).foundation();
Foundation Dropdowns Demo - Script Codes
Foundation Dropdowns Demo - Script Codes
Home Page Home
Developer Wing-Hou Chan
Username winghouchan
Uploaded December 06, 2022
Rating 3
Size 1,820 Kb
Views 6,072
Do you need developer help for Foundation Dropdowns Demo?

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!

Wing-Hou Chan (winghouchan) Script Codes
Create amazing web content 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!