Submit your widget
184
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30672   downloads 4691   Menu & Navigation

SliderNav is a JQuery plugin that lets you add dynamic, sliding content using a vertical navigation bar (index). It is made mainly for alphabetical listings but can be used with anything, though longer…

182
Yays

CSS Navigation Rollovers With Drop-downs

Views 20233   downloads 4373   Menu & Navigation

This post is a continuation of Super Fantastic CSS Navigation Image Rollovers where we created CSS rollovers with a single image, so it would probably be a good idea for you to take a look at that post…

181
Yays

Minimalistic Navigation Menu with CSS3

Views 29670   downloads 6197   Menu & Navigation

Today we are making something practical – a simple CSS3 animated navigation menu The XHTML The menu is organized as an unordered list. This is the most suitable structure for a menu, as it provides…

176
Yays

Pure useful CSS3 Dropdown Menu

Views 74825   downloads 26463   Menu & Navigation

e will code in pure CSS3 the Navigation Menu that you can find in Impressionist UI by Vladimir Kudinov. Step 1 – HTML Markup We will create an unordered list with a list item and an anchor tag for…

174
Yays

jQuery Beautiful Background Images Navigation

Views 21986   downloads 3592   Menu & Navigation

We are going to create a beautiful navigation that has a background image slide effect. The main idea is to have three list items that contain the same background image but with a different position.…

174
Yays

jQuery nice Background Animated Navigation Menu

Views 22013   downloads 6119   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

Simple JQuery Accordion Collapsing menu

Views 51741   downloads 12379   Menu & Navigation

This is a simple Accordion collapsing menu done in JQuery. Links with subitems under them will expand the submenu when clicked. Items that don't have subitems are normal links.. The menu initialises with…

173
Yays

Green Menu Drop Down with jQuery

Views 58962   downloads 7378   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…

166
Yays

jQuery Multicolor animation drop down navigation menu

Views 31915   downloads 3998   Menu & Navigation

help :   $(function(){ $("#webwidget_menu_dropdown").webwidget_menu_dropdown({ m_w: '100', //Menu width m_t_c: '#FFF', //Text color m_c_c: '#8FC45A', //Current background color m_bg_c: '#56A901',…

164
Yays

Sky Blue Menu Drop Down with jQuery

Views 25109   downloads 6410   Menu & Navigation

jQuery Menu 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…

163
Yays

Pretty nice Slide Out Navigation Revised

Views 25633   downloads 5133   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…

163
Yays

Image Horizontal Slide Menu with Mootools

Views 29709   downloads 6742   Menu & Navigation

horizontal menu, reveals more of the image as you rollover it. Features 2 optional onClick events - open & close href passed to onClick events stays open when clicked closes when clicked select item…

163
Yays

Hover Accordion jQuery

Views 33045   downloads 5640   Accordion

A jQuery Plugin for no-click two-level menus (or whatever else you want to do with it) Introduction This is yet another accordion script, except you don't have to click to open one item, you just move…

160
Yays

multilevel tree menu jQuery

Views 23619   downloads 3192   Menu & Navigation

  This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way! JS call for the menu:   $(".myMenu").buildMenu({ template:"yourMenuVoiceTemplate",…

160
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 24484   downloads 4957   Menu & Navigation

we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the…