Submit your widget
107
Yays

Fancy Sliding Menu for Mootools

Views 38935   downloads 6947   Menu & Navigation

The most common example was the Rico accordion,As you can see  it looks quite cool and can add some nice interaction to any site.

82
Yays

jQuery feed menus

Views 9618   downloads 1815   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

104
Yays

Pure CSS Vertical Navigation with Teaser

Views 23782   downloads 3937   Menu & Navigation

This technique is a simple way to display some teaser information for your vertical navigation. HTML We will start by creating a list item, but in this case, we will add an empty ‘span’ tag…

121
Yays

Animated Navigation with CSS & jQuery

Views 15189   downloads 3667   Menu & Navigation

Fancy but a very simple technique! The good thing about this technique is that it degrades gracefully and is still accessible even if js is turned off. Step 1. Wireframe – HTML This part is very…

81
Yays

Color Fading Menu with jQuery

Views 7763   downloads 1466   Menu & Navigation

This example was used jQuery and the jQuery Colour plugin.What we need is a div containing two things; an anchor element and another div, which I will refer to as the subDiv. The subDiv will display the…

91
Yays

Beautiful Horizontal Menu And Vertical Menu(MooTools)

Views 12162   downloads 2426   Menu & Navigation

MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system. html     <link rel="stylesheet" href="css/MenuMatic.css"…

90
Yays

A Stylish Navigation Menu With jQuery

Views 12329   downloads 1940   Menu & Navigation

As you may know, the first 20 seconds of a new visitor’s interaction with a website determine whether they are going to stay or leave. This means you have to follow common design practices and put…

90
Yays

Sliding Jquery Menu

Views 8826   downloads 1795   Menu & Navigation

how to create a sliding menu button using jquery.When the button is clicked it rolls out a box full of links, when the button is clicked again it rolls back in. This can be done using jquery。  …

99
Yays

AutoSprites - A jQuery Menu Plugin

Views 7912   downloads 1872   Menu & Navigation

Its purpose is to allow you to build an image-based menu with animated hover states as easily as possible and by using the most concise descriptions possible. To see the results on both a horizontal and…

81
Yays

Animated Navigation Menu From Stratch jQuery

Views 6681   downloads 1613   Menu & Navigation

Animation Technique Basically, the animation technique that we are going to use is the simple one. We only need to add a span navigator which has a position property with value absolute on our menu list.…

82
Yays

Simple CSS3 Dropdown Menu

Views 7932   downloads 1409   Menu & Navigation

As we know, CSS3 has many good features for help us creating more sweet User Interface. One of them is box shadow, it helps us adding shadow effect on each styled element. You must be familiar with drop…

100
Yays

Nice Menu : CSS Animation & jQuery Animate

Views 13284   downloads 1831   Menu & Navigation

Expressjs has a nice button menu. Yes it absolutely nice since it has opacity and box shadow on each button, automatically widen when mouseover and again opacity to transparent when mousedown. I’d…

242
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 54462   downloads 7995   Menu & Navigation

Installation Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_vertical_menu.css" rel="stylesheet" type="text/css">…

384
Yays

Beautiful red vertical glide navigation menu jquery plugin

Views 41206   downloads 6119   Menu & Navigation

Installation Step1:include css and js files.   <link href="css/webwidget_menu_vertical_menu1.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

296
Yays

jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready

Views 35037   downloads 6224   Menu & Navigation

How it works Required markup The menu plugin was written with progressive enhancement in mind: first mark up a basic and functional unordered list of links, then layer on complex styles and functionality.…