Submit your widget
112
Yays

imitating kwicks nice menu jQuery Plugin

Views 14514   downloads 2052   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…

210
Yays

jQuery horizontal animated menu

Views 18042   downloads 3099   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 32978   downloads 7073   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 11840   downloads 1813   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 9489   downloads 1743   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 18783   downloads 3070   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 9159   downloads 2291   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 14278   downloads 2724   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 7869   downloads 1628   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 28474   downloads 4470   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 9936   downloads 2692   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 7509   downloads 1689   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 30709   downloads 3617   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 20949   downloads 4701   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 9603   downloads 1626   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.…