Submit your widget
182
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 29807   downloads 4460   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…

181
Yays

CSS Navigation Rollovers With Drop-downs

Views 19578   downloads 4204   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…

180
Yays

Minimalistic Navigation Menu with CSS3

Views 28757   downloads 5970   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 73903   downloads 26178   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

Simple JQuery Accordion Collapsing menu

Views 51038   downloads 12164   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

jQuery Beautiful Background Images Navigation

Views 21489   downloads 3399   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.…

173
Yays

jQuery nice Background Animated Navigation Menu

Views 21539   downloads 5933   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…

172
Yays

Green Menu Drop Down with jQuery

Views 57998   downloads 7120   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…

164
Yays

jQuery Multicolor animation drop down navigation menu

Views 31176   downloads 3776   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',…

162
Yays

Pretty nice Slide Out Navigation Revised

Views 24923   downloads 4909   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…

161
Yays

Sky Blue Menu Drop Down with jQuery

Views 24167   downloads 6180   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…

161
Yays

Hover Accordion jQuery

Views 31963   downloads 5427   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

Image Horizontal Slide Menu with Mootools

Views 29100   downloads 6557   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…

160
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 23842   downloads 4794   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…

159
Yays

multilevel tree menu jQuery

Views 22907   downloads 2926   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",…