Submit your widget
184
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30712   downloads 4703   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…

183
Yays

Minimalistic Navigation Menu with CSS3

Views 29720   downloads 6214   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…

182
Yays

CSS Navigation Rollovers With Drop-downs

Views 20269   downloads 4385   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…

176
Yays

Pure useful CSS3 Dropdown Menu

Views 74872   downloads 26481   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 22017   downloads 3602   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 22040   downloads 6133   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 51791   downloads 12391   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 59014   downloads 7395   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 31952   downloads 4013   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 25153   downloads 6424   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…

164
Yays

Pretty nice Slide Out Navigation Revised

Views 25671   downloads 5148   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 29739   downloads 6757   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 33102   downloads 5650   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 23657   downloads 3207   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 24526   downloads 4969   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…