Submit your widget
66
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

Views 19722   downloads 4530   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…

65
Yays

Very nice pure CSS3 menu

Views 17368   downloads 3809   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>…

64
Yays

cool Dashboard Menu with jQuery

Views 18758   downloads 3305   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…

64
Yays

simple CSS3 menu zooming

Views 12017   downloads 2531   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…

64
Yays

Navigation bar on the right of the page with jQuery

Views 18834   downloads 2828   Menu & Navigation

Flexible Nav is a small jQuery library which add a smart navigation bar on the right of the page. It improves a web page navigation and helps to visualize different sections of a document, an article,..…

64
Yays

Pure CSS3 Beatiful Drop Down Menu

Views 23982   downloads 5062   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…

64
Yays

CSS3 and jQuery Blur Menu

Views 17425   downloads 3596   Menu & Navigation

In this experiment will show you how to achieve a simple blur effect applied on menu elements. HTML The first step is to lay down the HTML markup. Our structure is very simple. <div class="menu">…

62
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 27747   downloads 5618   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

61
Yays

Multi Level Drop Down Menu Navigation with CSS3

Views 21096   downloads 6627   Menu & Navigation

We are back with a cool Multi-level Drop Down Navigation Menu made up of pure CSS with additional effects using CSS3.0 properties such as border-radius, box-shadow, text-shadow and linear gradient. This…

61
Yays

Nice Pure CSS3 Like Apple Navigation

Views 29656   downloads 7713   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…

59
Yays

Awesome Animation menu with jquery

Views 13608   downloads 3105   Menu & Navigation

This is an Awesome  Animation menu with jquery. First off all, the problem was those background lines,If you just set background separately to all your list tags you end with lines not in order To…

59
Yays

Pure CSS3 Red Menu/Navigation

Views 24848   downloads 6368   Menu & Navigation

we’re gonna create a nice and slick navigation bar using CSS only. I need to warn you though, we’ll have to use some CSS3 features so it will not be cross-browser. Another thing is that this…

56
Yays

jQuery BBC News Map menu plugin

Views 21284   downloads 2858   Menu & Navigation

The BBC News Map cleverly breaks England into 10 square-boundary regions, allowing them to make each region out of several <span> tags rather than one <area> tag. The use of the <span>…

55
Yays

Pure CSS3 Two Level Dark Menu

Views 12065   downloads 3730   Menu & Navigation

Now we are going to add the HTML content for our dark menu, and here we are using a simple unordered list with list items as you want and a sub menu using also an unordered list with list items as you…

55
Yays

CSS3 and html5 Flashy Menu

Views 16909   downloads 2974   Menu & Navigation

we'll going to show you how to create a flashy menu using CSS3. This tutorial is for beginners and can be completed fairly quickly. Make sure you click on the link below to see a demo of the menu…