Submit your widget
1588
Yays

jQuery Sliding hover Animated Menu

Views 52980   downloads 8229   Menu & Navigation

we’ll be building a cool Animated navigation list complete with a sliding hover effect. We’ll build the design to work without jQuery first of all to ensure it’s widely accessible to…

1557
Yays

Nice "Flashy" menu with Jquery.

Views 52293   downloads 7642   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

382
Yays

Scalable Menu with jQuery CSS3

Views 54996   downloads 9903   Menu & Navigation

we are going to create a simple menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand. We will…

271
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 33234   downloads 7135   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…

260
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35337   downloads 5589   Menu & Navigation

Learn how to create a simple, but elegant menu by animating background with jquery backgroundPosition plugin. It's simple, but the effect is really good. Sometimes, simplicity is the most beautiful thing.…

216
Yays

Dynamic glide navigation with jQuery plugin

Views 45777   downloads 8061   Menu & Navigation

Dynamic menu with scrolling color glide followed, appropriate for personal entertainment blog and website which requires newfashioned style and personalization. Help Step1:include js and css files.  …

212
Yays

jQuery horizontal animated menu

Views 18215   downloads 3156   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…

176
Yays

jQuery nice Background Animated Navigation Menu

Views 22195   downloads 6191   Menu & Navigation

Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for. jQuery is a great library for this type of task but out of the box, it…

174
Yays

Green Menu Drop Down with jQuery

Views 59403   downloads 7468   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 Easy to…

172
Yays

Image Hover Move- simple and practical navigation or featured image jQuery plugin

Views 45267   downloads 6296   Slideshow & Scroller

Usage Include js files.   <link href="css/images_hover_move.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

164
Yays

Pretty nice Slide Out Navigation Revised

Views 25909   downloads 5221   Menu & Navigation

1. The HTML Structure The only thing we will need for the navigation is a simple unordered list with links and spans inside of the list elements: Home About Search Photos Rss Feed Podcasts Contact The…

157
Yays

Medium Slate Blue Menu Slide Style with Jquery

Views 21483   downloads 4175   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 Easy to…

156
Yays

jQuery Super Cool Bubble Navigation

Views 25144   downloads 6169   Menu & Navigation

In this tutorial we are going to create a bubbly navigation with jQuery. The idea is to have some round navigation icons that release a bubble when hovering over them. We will use the jQuery Easing Plugin…

155
Yays

jQuery quickie: Slot machine navigation

Views 14451   downloads 2784   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…

151
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15400   downloads 3512   Menu & Navigation

Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last…