Submit your widget
186
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30829   downloads 4750   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 29892   downloads 6245   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 20363   downloads 4412   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

jQuery nice Background Animated Navigation Menu

Views 22118   downloads 6165   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…

176
Yays

Pure useful CSS3 Dropdown Menu

Views 75019   downloads 26517   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

Green Menu Drop Down with jQuery

Views 59229   downloads 7437   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…

174
Yays

jQuery Beautiful Background Images Navigation

Views 22109   downloads 3638   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

Simple JQuery Accordion Collapsing menu

Views 51938   downloads 12429   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…

166
Yays

jQuery Multicolor animation drop down navigation menu

Views 32085   downloads 4058   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 25315   downloads 6469   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 25820   downloads 5192   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 29833   downloads 6782   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 33310   downloads 5677   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…

161
Yays

Animated jQuery Menu - Corporate Style

Views 21078   downloads 4739   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

160
Yays

multilevel tree menu jQuery

Views 23787   downloads 3244   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",…