Funny menu
How do I make an funny menu?
What is a funny menu? How do you make a funny menu? This script and codes were developed by AxeLVaisper on 09 November 2022, Wednesday.
Funny menu - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Funny menu</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
html { height: 100%;
}
body { background-attachment: fixed; background-color: #37261F; background-image: url("http://monstrathemes.com/public/themes/mt-v2/images/bgs/06.jpg"); background-position: 50% 0; background-repeat: repeat; height: 100%; margin: 0; padding: 0; text-align: left;
}
ul { list-style: none inside url("http://monstrathemes.com/public/themes/mt-v2/images/list_image.png");
}
img { border: 0 none; padding: 0;
}
a {
color:lightgrey
}
#header { min-height: 330px;
}
.header_inner { margin: 0 auto; position: relative; width: 940px;
}
.logo { display: block; height: 89px; left: 41%; position: absolute; top: 190px; width: 211px;
}
#header nav { left: 0; position: absolute; text-align: center; top: 0; width: 100%;
}
.resp_navigation { display: none;
}
#navigation, #navigation ul { list-style: none outside none; margin: 0; padding: 0;
}
#navigation:after { clear: both;
}
#navigation { display: inline-block; margin: 0 auto; position: relative; z-index: 202;
}
#navigation li { position: relative; z-index: 203;
}
#navigation > li { animation-delay: 0s; animation-duration: 2s; animation-fill-mode: both; animation-name: bounce; animation-timing-function: ease; background: url("http://monstrathemes.com/public/themes/mt-v2/images/nav_li_bg.png") no-repeat scroll 50.5% 0 transparent; display: block; float: left; margin-left: -20px; margin-right: -20px; margin-top: 24px; padding-top: 11px; position: relative; top: 0; transition: top 0.3s ease-in-out 0s;
}
#navigation > li + li { animation-delay: 0.2s;
}
#navigation > li + li + li { animation-delay: 0.4s;
}
#navigation > li + li + li + li { animation-delay: 0.6s;
}
#navigation > li + li + li + li + li { animation-delay: 0.8s;
}
#navigation > li + li + li + li + li + li { animation-delay: 1s;
}
#navigation > li + li + li + li + li + li + li { animation-delay: 1.2s;
}
#navigation > li + li + li + li + li + li + li + li { animation-delay: 1.4s;
}
#navigation > li + li + li + li + li + li + li + li + li { animation-delay: 1.6s;
}
#navigation > li + li + li + li + li + li + li + li + li + li { animation-delay: 1.8s;
}
#navigation > li + li + li + li + li + li + li + li + li + li + li { animation-delay: 2s;
}
.jp_body #navigation > li { background-position: 50.3% 0;
}
#navigation > li:before { background: none repeat scroll 0 0 #BEB5AE; box-shadow: 3px 0 0 rgba(0, 0, 0, 0.22); content: ""; height: 10000%; left: 49.6%; position: absolute; top: -10000%; width: 1px;
}
#navigation > li:nth-child(2n) { margin-top: 79px;
}
#navigation > li:hover { z-index: 10000;
}
#navigation > li:hover { top: 10px;
}
#navigation a { -moz-box-sizing: border-box; display: inline-block; position: relative; text-decoration: none; z-index: 204;
}
#navigation > li > a:before, #navigation > li > a:after { border-radius: 50px 50px 50px 50px; bottom: 4px; box-shadow: 0 3px 0 5px rgba(0, 0, 0, 0.25); content: ""; height: 30px; left: 5px; position: absolute; top: auto; transform: rotate(-4deg); width: 54%; z-index: -2;
}
#navigation > li > a:after { left: auto; right: 5px; transform: rotate(4deg);
}
#navigation > li > a > span { background: url("http://monstrathemes.com/public/themes/mt-v2/images/nav_a_bg.png") repeat scroll 0 0 transparent; border-radius: 25px 25px 25px 25px; display: block; max-width: 201px; min-height: 18px; min-width: 135px; padding: 12px 10px 10px; position: relative; text-align: center; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); word-wrap: break-word;
}
#navigation ul { -moz-box-sizing: border-box; background: none repeat scroll 0 0 rgba(47, 35, 27, 0.95); border-radius: 0 25px 0 25px; left: 15px; margin: 20px 0 0; opacity: 0; padding: 30px 0 20px; position: absolute; top: 35px; transition: opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s; visibility: hidden; z-index: 100;
}
#navigation li:hover > ul { margin: 0; opacity: 1; visibility: visible;
}
#navigation ul ul { left: 100%; margin: 0 0 0 20px; top: -30px;
}
#navigation ul li:hover > ul { margin: 0 0 0 1px;
}
#navigation ul ul:before { content: ""; height: 100%; left: -1px; position: absolute; top: 0; width: 1px;
}
#navigation ul li { background: none repeat scroll 0 0 transparent; display: block; float: none; height: auto; padding: 0;
}
#navigation ul li a { -moz-box-sizing: border-box; display: block; min-width: 145px; padding: 0 17px 8px 25px; text-align: left; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#navigation ul li a span { display: block; padding-right: 15px; white-space: nowrap;
}
#navigation ul li.drop > a > span { background: url("http://monstrathemes.com/public/themes/mt-v2/images/nav_arrow_right.png") no-repeat scroll right 6px transparent;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <header id="header">
<div class="header_inner">
<a href="http://monstrathemes.com/" class="logo"><img width="211" height="89" title="MT" alt="MT" src="http://monstrathemes.com/public/themes/mt-v2/images/logo.png"></a>
<a href="javascript:void(0);" class="resp_navigation"><span></span></a>
<nav>
<ul id="navigation">
<li style="margin-top:200px;"><a href="http://monstrathemes.ru"><span style="background-color:#383838;">Русская версия сайта</span></a></li>
<li style="margin-top:24px;"><a href="http://monstrathemes.com/"><span style="background-color:#fa2b31;">Home</span></a></li>
<li style="margin-top:72px;" class="drop"><a href="javascript:void(0);" class="drop_active"><span style="background-color:#94c516;">Templates</span></a>
<ul>
<li><a href="http://monstrathemes.com/at"><span>Adapted Themes</span></a></li>
<li class="current_page_item"><a href="http://monstrathemes.com/tm"><span>Monstra Themes</span></a></li>
<li><a href="#"><span>Monstra Pro</span></a></li>
</ul>
</li>
<li style="margin-top:15px;"><a href="http://monstrathemes.com/tutorials"><span style="background-color:#f5a615;">Tutorials</span></a></li>
<li style="margin-top:80px;"><a href="http://monstrathemes.com/blog"><span style="background-color:#eb6621;">Our Blog</span></a></li>
<li style="margin-top:15px;" class="drop"><a href="javascript:void(0);" class=""><span style="background-color:#f5a615;">Monstra CMS</span></a>
<ul>
<li><a target="_blank" href="http://monstra.org"><span>Home page</span></a></li>
<li><a target="_blank" href="http://monstra.org/documentation/installation"><span>Documentation</span></a></li>
<li><a target="_blank" href="http://monstra.org/gallery"><span>Gallery</span></a></li>
<li><a target="_blank" href="http://monstra.org/blog"><span>Blog</span></a></li>
<li><a target="_blank" href="http://monstra.org/about"><span>About</span></a></li>
<li><a target="_blank" href="http://monstra.org/community"><span>Community</span></a></li>
<li><a target="_blank" href="http://monstra.org/contribute"><span>Contribute</span></a></li>
<li><a target="_blank" href="http://monstra.org/download"><span>Download</span></a></li>
</ul>
</li>
<li style="margin-top:72px;"><a href="http://monstrathemes.com/plugs"><span style="background-color:#94c516;">Plugins</span></a></li>
<li style="margin-top:22px;"><a href="http://monstrathemes.com/say-hello"><span style="background-color:#00c481;">Say Hello</span></a></li>
</ul></nav>
<div class="cl"></div>
</div>
</header> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>
Funny menu - Script Codes CSS Codes
html { height: 100%;
}
body { background-attachment: fixed; background-color: #37261F; background-image: url("http://monstrathemes.com/public/themes/mt-v2/images/bgs/06.jpg"); background-position: 50% 0; background-repeat: repeat; height: 100%; margin: 0; padding: 0; text-align: left;
}
ul { list-style: none inside url("http://monstrathemes.com/public/themes/mt-v2/images/list_image.png");
}
img { border: 0 none; padding: 0;
}
a {
color:lightgrey
}
#header { min-height: 330px;
}
.header_inner { margin: 0 auto; position: relative; width: 940px;
}
.logo { display: block; height: 89px; left: 41%; position: absolute; top: 190px; width: 211px;
}
#header nav { left: 0; position: absolute; text-align: center; top: 0; width: 100%;
}
.resp_navigation { display: none;
}
#navigation, #navigation ul { list-style: none outside none; margin: 0; padding: 0;
}
#navigation:after { clear: both;
}
#navigation { display: inline-block; margin: 0 auto; position: relative; z-index: 202;
}
#navigation li { position: relative; z-index: 203;
}
#navigation > li { animation-delay: 0s; animation-duration: 2s; animation-fill-mode: both; animation-name: bounce; animation-timing-function: ease; background: url("http://monstrathemes.com/public/themes/mt-v2/images/nav_li_bg.png") no-repeat scroll 50.5% 0 transparent; display: block; float: left; margin-left: -20px; margin-right: -20px; margin-top: 24px; padding-top: 11px; position: relative; top: 0; transition: top 0.3s ease-in-out 0s;
}
#navigation > li + li { animation-delay: 0.2s;
}
#navigation > li + li + li { animation-delay: 0.4s;
}
#navigation > li + li + li + li { animation-delay: 0.6s;
}
#navigation > li + li + li + li + li { animation-delay: 0.8s;
}
#navigation > li + li + li + li + li + li { animation-delay: 1s;
}
#navigation > li + li + li + li + li + li + li { animation-delay: 1.2s;
}
#navigation > li + li + li + li + li + li + li + li { animation-delay: 1.4s;
}
#navigation > li + li + li + li + li + li + li + li + li { animation-delay: 1.6s;
}
#navigation > li + li + li + li + li + li + li + li + li + li { animation-delay: 1.8s;
}
#navigation > li + li + li + li + li + li + li + li + li + li + li { animation-delay: 2s;
}
.jp_body #navigation > li { background-position: 50.3% 0;
}
#navigation > li:before { background: none repeat scroll 0 0 #BEB5AE; box-shadow: 3px 0 0 rgba(0, 0, 0, 0.22); content: ""; height: 10000%; left: 49.6%; position: absolute; top: -10000%; width: 1px;
}
#navigation > li:nth-child(2n) { margin-top: 79px;
}
#navigation > li:hover { z-index: 10000;
}
#navigation > li:hover { top: 10px;
}
#navigation a { -moz-box-sizing: border-box; display: inline-block; position: relative; text-decoration: none; z-index: 204;
}
#navigation > li > a:before, #navigation > li > a:after { border-radius: 50px 50px 50px 50px; bottom: 4px; box-shadow: 0 3px 0 5px rgba(0, 0, 0, 0.25); content: ""; height: 30px; left: 5px; position: absolute; top: auto; transform: rotate(-4deg); width: 54%; z-index: -2;
}
#navigation > li > a:after { left: auto; right: 5px; transform: rotate(4deg);
}
#navigation > li > a > span { background: url("http://monstrathemes.com/public/themes/mt-v2/images/nav_a_bg.png") repeat scroll 0 0 transparent; border-radius: 25px 25px 25px 25px; display: block; max-width: 201px; min-height: 18px; min-width: 135px; padding: 12px 10px 10px; position: relative; text-align: center; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); word-wrap: break-word;
}
#navigation ul { -moz-box-sizing: border-box; background: none repeat scroll 0 0 rgba(47, 35, 27, 0.95); border-radius: 0 25px 0 25px; left: 15px; margin: 20px 0 0; opacity: 0; padding: 30px 0 20px; position: absolute; top: 35px; transition: opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s; visibility: hidden; z-index: 100;
}
#navigation li:hover > ul { margin: 0; opacity: 1; visibility: visible;
}
#navigation ul ul { left: 100%; margin: 0 0 0 20px; top: -30px;
}
#navigation ul li:hover > ul { margin: 0 0 0 1px;
}
#navigation ul ul:before { content: ""; height: 100%; left: -1px; position: absolute; top: 0; width: 1px;
}
#navigation ul li { background: none repeat scroll 0 0 transparent; display: block; float: none; height: auto; padding: 0;
}
#navigation ul li a { -moz-box-sizing: border-box; display: block; min-width: 145px; padding: 0 17px 8px 25px; text-align: left; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#navigation ul li a span { display: block; padding-right: 15px; white-space: nowrap;
}
#navigation ul li.drop > a > span { background: url("http://monstrathemes.com/public/themes/mt-v2/images/nav_arrow_right.png") no-repeat scroll right 6px transparent;
}

Developer | AxeLVaisper |
Username | AxeLVaisper |
Uploaded | November 09, 2022 |
Rating | 3.5 |
Size | 4,671 Kb |
Views | 28,322 |
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 |
3D accordion | 13,545 Kb |
Icofont hover effects | 5,719 Kb |
Mail anim | 4,945 Kb |
Funny Spider XD | 4,045 Kb |
Slideshow in css | 4,377 Kb |
Login Form | 4,303 Kb |
Apple navbar | 2,873 Kb |
Sliding Panel Menu using jQuery | 4,309 Kb |
Ribbons | 6,941 Kb |
Bootstrap captcha | 2,435 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 |
Pruebas de d3.js | Juanmanuelcarnerero | 2,485 Kb |
Octopus Bar iPad App Interactions | Davidkpiano | 6,735 Kb |
Fluid Layout with Float | Jxqr97 | 1,785 Kb |
Ripples in water | Nobitagit | 2,704 Kb |
Drag in vanilla js using dotval math instead of translate | Paulq | 2,662 Kb |
Hamburger Menu Animation | Salmanraza | 2,580 Kb |
Lightrays v2 | Sinthetyc | 2,903 Kb |
Another brick in the wall | Fivera | 1,955 Kb |
Kut D3 | Jellevrswk | 3,687 Kb |
Import shader in three.js | Khangeldy | 2,636 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!