Submit your widget
55
Yays

Lightweight and flexible tree Menu with jQuery

about a year ago   Views 12193   downloads 3303   Menu & Navigation

Lightweight and flexible transformation of an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.…

53
Yays

Simple jQuery Drop-Down Menu

about a year ago   Views 6018   downloads 1500   Menu & Navigation

The biggest problem with javascript is that we can’t completely rely on it. It can easily be disabled, and once this happens, websites should still function correctly. Javascript powered sub-navigation…

53
Yays

Beautiful jQuery images menu

about a year ago   Views 17390   downloads 3376   Menu & Navigation

Um TN34.Facets nutzen zu können, benötigt ihr das jQuery-Framework ab Version 1.4.2 und das clip-Plugin welches im bereitgestellten download enthalten ist. <link rel="stylesheet"…

52
Yays

Simple jQuery Fluid Thumbnail menu Bar

about a year ago   Views 44395   downloads 3490   Slideshow & Scroller

The idea of a fluid thumbnail bar is simple: Create a list of thumbnails within a space where the overflow can be flipped through page by page. Features Cycle through thumbnails in different intervals…

52
Yays

simple CSS3 menu zooming

about a year ago   Views 8622   downloads 1520   Menu & Navigation

This is a small part of a redesign I am working on. I was wondering how do make a menu that zooms into a smaller thumbnail when you don't use it and gets bigger when you want to click a link. Now…

52
Yays

Pure CSS3 animation Menu Navigation

9 months ago   Views 22263   downloads 4104   Menu & Navigation

The example will only be visible in Firefox, Safari and Chrome because it uses the CSS3 Animation Property. HTML Now look carefully ... this markup is really easy, just create an unordered list and insert…

51
Yays

Very nice pure CSS3 menu

about a year ago   Views 13108   downloads 2560   Menu & Navigation

This is a good looking menu using some CSS3 magic. The HTML <nav> <ul> <li><a href="#"><span>Home</span></a></li> <li><a href="#"><span>Categories</span></a></li>…

51
Yays

cool Dashboard Menu with jQuery

about a year ago   Views 13232   downloads 2107   Menu & Navigation

we are going to create our own dashboard menu as in Leopard dashboard. Dashboard menu in Leopard usually uses as a container for a tons of widgets we have and that will be nice if we have one on our web…

51
Yays

super cool easing and hoverIntent navigation with jQuery

about a year ago   Views 11840   downloads 2089   Menu & Navigation

Make your navigation a bit more flashy with this plugin… using easing and hoverIntent, customise the rollover colours, easing method and duration… View the demo for an example… Include…

51
Yays

simple Pure CSS3 Navigation Menu

about a year ago   Views 13988   downloads 2137   Menu & Navigation

Menus driven purely by CSS have always been the ideal solution when it comes to navigation. However, we all know that we have been forced to use simplistic designs or images because of limited CSS and…

51
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

about a year ago   Views 14490   downloads 2524   Menu & Navigation

This is a dropdown menu with parental tabs (as first level). Part of the work we pass on to the shoulders of jQuery (switching tabs, display popups). In the current version – we have three levels…

51
Yays

Nice Pure CSS3 Like Apple Navigation

about a year ago   Views 21887   downloads 5288   Menu & Navigation

Apple’s website has long served as inspiration to web designers who recognize the superiority of simplicity in user experience. One of its most iconic features is the tabbed navigation – a…

50
Yays

Stylish CSS Jquery auto-induction boundary of menu

about a year ago   Views 13314   downloads 3323   Menu & Navigation

Here you can find tonns of really nice menus which you can use in your projects. Step 1. HTML As usual, we start with the HTML. This is our main page code. index.html <script src="js/jquery.min.js"></script>…

50
Yays

Pure CSS3 Beatiful Drop Down Menu

about a year ago   Views 17129   downloads 3304   Menu & Navigation

we will show you how to create a beautiful drop down menu using CSS3. We are going to create the menu without using Javascript, only CSS properties. The html code we will show you how to create a beautiful…

50
Yays

useful Tabbed Menu with jQuery

5 months ago   Views 30055   downloads 7168   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…