Submit your widget
1566
Yays

jQuery Sliding hover Animated Menu

Views 52646   downloads 8145   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…

1555
Yays

Nice "Flashy" menu with Jquery.

Views 52048   downloads 7558   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…

381
Yays

Scalable Menu with jQuery CSS3

Views 54611   downloads 9813   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…

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…

259
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35035   downloads 5507   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 45320   downloads 7969   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.  …

210
Yays

jQuery horizontal animated menu

Views 18044   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…

174
Yays

jQuery nice Background Animated Navigation Menu

Views 22023   downloads 6123   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…

173
Yays

Green Menu Drop Down with jQuery

Views 58987   downloads 7382   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…

170
Yays

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

Views 44954   downloads 6219   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>…

163
Yays

Pretty nice Slide Out Navigation Revised

Views 25649   downloads 5138   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…

156
Yays

Medium Slate Blue Menu Slide Style with Jquery

Views 21228   downloads 4088   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…

155
Yays

jQuery Super Cool Bubble Navigation

Views 24978   downloads 6101   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…

154
Yays

jQuery quickie: Slot machine navigation

Views 14279   downloads 2725   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…

148
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15211   downloads 3433   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…