Submit your widget
1566
Yays

jQuery Sliding hover Animated Menu

Views 52608   downloads 8136   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 52014   downloads 7549   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 54563   downloads 9805   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 32952   downloads 7066   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 34999   downloads 5499   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 45263   downloads 7958   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 18016   downloads 3091   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 22006   downloads 6116   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 58949   downloads 7372   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 44933   downloads 6211   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 25621   downloads 5129   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 21200   downloads 4078   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 24961   downloads 6094   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 14261   downloads 2717   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 15191   downloads 3422   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…