Submit your widget
210
Yays

jQuery horizontal animated menu

Views 18024   downloads 3095   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

269
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 32959   downloads 7072   Menu & Navigation

Step 1 Create the Mark-up Before we can create this neat functionality, we need a base from which to work from. In your favorite code editor, create an unordered list for your navigation, and import both…

90
Yays

jQuery sprite Fade Navigation Menu

Views 11827   downloads 1811   Menu & Navigation

What is a sprite? In case you aren’t sure, a CSS sprite is a large image, made up of all the smaller images you wish to use on your webpage. The benefits of using CSS sprites include: Page load…

108
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9479   downloads 1738   Menu & Navigation

 Everyday on the web there’s something that we all do, almost regardless of the site that we’re on – we scroll down. If we’re reading a blog post, looking through a product…

119
Yays

Horizontal Sliding Submenu jQuery plugin

Views 18760   downloads 3065   Menu & Navigation

a horizontal sliding submenu. Has a couple of options and the appearance can be modified in the css. Slide Submenu requires: jQuery library hoverIntent plugin Slide Subnav plugin Example code to load…

100
Yays

A Keypress Navigation tabs jQuery

Views 9151   downloads 2288   Menu & Navigation

The key to a succesful website is the ease with which a user finds what they are looking for. Thus, it’s worth spending a lot of time and effort in creating both useful and visually appealing navigation…

154
Yays

jQuery quickie: Slot machine navigation

Views 14265   downloads 2720   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…

84
Yays

JQuery Navigation

Views 7862   downloads 1626   Menu & Navigation

You should now be set to create your HTML file. Open up dreamweaver and start a new HTML document, save the document straight away as index.html on your desktop. Open up notepad and save a blank file…

127
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28446   downloads 4469   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 9926   downloads 2685   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 7498   downloads 1685   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 30687   downloads 3612   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 20936   downloads 4697   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 9588   downloads 1624   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 18971   downloads 3267   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…