Submit your widget
83
Yays

DropDown CSS menu

Views 7413   downloads 1574   Menu & Navigation

The structure of our menu is based on a simple un-ordered list. HTML   <ul id="nav"> <li><a href="#">Home</a></li> <li><a href="#">Services</a> <ul>…

91
Yays

Sliding Jquery menu

Views 8910   downloads 1823   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。  …

160
Yays

multilevel tree menu jQuery

Views 23667   downloads 3208   Menu & Navigation

  This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way! JS call for the menu:   $(".myMenu").buildMenu({ template:"yourMenuVoiceTemplate",…

115
Yays

jQuery Drop down menu

Views 9612   downloads 1950   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure of jQuery…

108
Yays

jQuery Megamenu

Views 14927   downloads 2484   Menu & Navigation

 the popular jQuery plugin A completely revamped JS and CSS code-base. Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu) Customizable menu show and hide effects, with…

91
Yays

jQuery accordion menu

Views 7255   downloads 1291   Accordion

Through the creation of a jQuery accordion menu. There is a little twist to this: the menu contains content. Instead of it being links to multiple pages, it is a choice of what content should appear.…

103
Yays

Overlapping Tabbed Main menu

Views 17688   downloads 3568   Tabs

Main navigation menu is that part of a website design that makes the whole site look lively and complete. But the most common type of navigation menu style still being used a lot is the tabbed navigation…

101
Yays

Nice menu : CSS Animation & jQuery Animate

Views 13372   downloads 1865   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…

83
Yays

Simple CSS3 Dropdown menu

Views 8001   downloads 1439   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…

82
Yays

Animated Navigation menu From Stratch jQuery

Views 6742   downloads 1645   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.…

101
Yays

AutoSprites - A jQuery menu Plugin

Views 7989   downloads 1904   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…

82
Yays

Color Fading menu with jQuery

Views 7823   downloads 1495   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…

92
Yays

Beautiful Horizontal menu And Vertical Menu(MooTools)

Views 12266   downloads 2455   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"…

83
Yays

jQuery feed menus

Views 9696   downloads 1850   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…

91
Yays

A Stylish Navigation menu With jQuery

Views 12386   downloads 1966   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…