Submit your widget
127
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28425   downloads 4460   Menu & Navigation

SooperFish is a highly configurable solution for animated dropdown menus. It combines the features of superfish, structured programming of Droppy and a ton of new features like multi-column dropdown menus…

102
Yays

jQuery Drop Down Menus

Views 9916   downloads 2679   Menu & Navigation

Overview Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project and a quick Googling turned up nothing that really suited, so droppy was born. It hasn't…

110
Yays

Cool navigation menu made with JQuery

Views 7489   downloads 1676   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…

210
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30669   downloads 3604   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

159
Yays

Animated jQuery Menu - Corporate Style

Views 20926   downloads 4690   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

113
Yays

jQuery convertion: Garagedoor slider navigation effect

Views 9579   downloads 1617   Menu & Navigation

First we need to make the script ans style of the GarageDoor work. To make that happen, you’ll need jQuery. This library enables interface effects, so you don’t have to create it yourself.…

129
Yays

LavaLamp jQuery Sliding Menu

Views 18959   downloads 3260   Menu & Navigation

It is a jQuery sliding nifty effect menu with light weight code and extra two more interface styles. Step 1: The HTML Since most UI developers believe that an unordered list(ul) represents the correct…

153
Yays

jQuery Sliding Menu

Views 30629   downloads 3832   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

111
Yays

Jquery Horizontal Slide Navigation

Views 15185   downloads 3170   Menu & Navigation

This is a spectacular sliding navigation whose animation is triggered when the user hovers over a navigation item. HTML Structures     <ul> <li><a href="#" title="" class="home"><p><strong>Title</strong><br…

82
Yays

a Good Looking Floating Menu with jQuery Easing

Views 9739   downloads 1458   Menu & Navigation

We will show you how to create a horizontal menu with floating effect by using jquery.easing and jquery animate function. It's a simple effect but the final product is quite nice looking and elegant.…

91
Yays

A Stylish Navigation Menu With jQuery

Views 12350   downloads 1950   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…

82
Yays

Color Fading Menu with jQuery

Views 7787   downloads 1478   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…

122
Yays

Animated Navigation with CSS & jQuery

Views 15222   downloads 3679   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…

195
Yays

Horizontal Subnav w/ CSS & jQuery

Views 75402   downloads 19000   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…

100
Yays

AutoSprites - A jQuery Menu Plugin

Views 7939   downloads 1883   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…