Submit your widget
1555
Yays

Nice "Flashy" menu with Jquery.

Views 52021   downloads 7553   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

174
Yays

jQuery nice Background Animated Navigation Menu

Views 22011   downloads 6118   Menu & Navigation

Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for. jQuery is a great library for this type of task but out of the box, it…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21184   downloads 4414   Menu & Navigation

we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the…

234
Yays

Nice Multiple jQuery Mega Drop Down Menu

Views 47710   downloads 12822   Menu & Navigation

The article source:http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/ The Mega Drop Down Menu plugin takes standard nested lists and turns them into horizontal mega menus.…

118
Yays

jQuery vertical and horizontal dropdown menu

Views 39548   downloads 6998   Menu & Navigation

The article source:http://plugins.jquery.com/project/naviDropDown Here is a jQuery plugin which allows you to create a simple drop down menu, utilising hoverIntent, and jQuery’s own slideUp and…

71
Yays

Nice CSS3 Button Menu

Views 11151   downloads 2252   Menu & Navigation

The article source:http://depotwebdesigner.com/tutorials/how-to-create-a-css3-menu-using-moz-border-radius.html in this example we’ll explain how to create a menu with css that uses the propriety…

1566
Yays

jQuery Sliding hover Animated Menu

Views 52619   downloads 8139   Menu & Navigation

we’ll be building a cool Animated navigation list complete with a sliding hover effect. We’ll build the design to work without jQuery first of all to ensure it’s widely accessible to…

334
Yays

awesome Mosaic menu

Views 36477   downloads 7989   Menu & Navigation

This is a great application, very useful code.I believe you will like it. css html { overflow: hidden; } body { position: absolute; margin: 0px; padding: 0px; width: 100%; height: 100%; background:#000;…

116
Yays

Simple CSS3 Button Navigation

Views 24752   downloads 5287   Menu & Navigation

This is a quick CSS3/HTML version of the navigational buttons. The HTML: <ul class="button-list"> <li><a href='/' class='button'>Home</a></li> <li><a href='/' class='button'>About</a></li>…

94
Yays

UvumiTools Dropdown Menu with Mootools

Views 11088   downloads 1885   Menu & Navigation

The UvumiTools Dropdown Menu is the menu featured on this website. It is a very simple multi-level menu built from an HTML unorderd list, using Mootools Javascript Framework. We needed a simple and lightweight…

195
Yays

Horizontal Subnav w/ CSS & jQuery

Views 75436   downloads 19007   Menu & Navigation

This is a simple navigation with a horizontal subnav.In most cases we can achieve this effect purely with CSS, but since we have to attend to our red headed step child aka IE6, we will use a few lines…

130
Yays

Tabbed Content with Navigation using jQuery UI

Views 23189   downloads 3352   Tabs

This is a manual navigation using Tab function of jQuery UI library. jQuery Library jQuery UI We will use jQuery UI Tab function to get our navigation for content slide working yeah there are many ways…

374
Yays

Dropdown Navigation in CSS3 jQuery

Views 29813   downloads 6239   Menu & Navigation

we will learn how to enhance you WordPress in a whole new way. Multi-Level or Multi-Dimensional navigation menus can offer your theme and users 2 new things. One, add a nice new type of effect to enhance…

138
Yays

CSS3 and jQuery menu

Views 15864   downloads 3324   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

107
Yays

Hover effect Drop-Down menu with CSS3 & jQuery

Views 29276   downloads 5297   Menu & Navigation

This is a really awesome menu in the browser. So I hope you'll enjoy learning some CSS3, but also how to create the base HTML for a drop-down menu and how to make it magical with jQuery. The HTML Lets…