Submit your widget
63
Yays

cool Dashboard Menu with jQuery

Views 18103   downloads 2987   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…

62
Yays

Very nice pure CSS3 menu

Views 16768   downloads 3572   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>…

62
Yays

simple CSS3 menu zooming

Views 11544   downloads 2297   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…

62
Yays

Navigation bar on the right of the page with jQuery

Views 18337   downloads 2595   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,..…

62
Yays

Pure CSS3 Beatiful Drop Down Menu

Views 23288   downloads 4869   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…

61
Yays

CSS3 and jQuery Blur Menu

Views 16821   downloads 3379   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">…

61
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 26935   downloads 5366   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…

60
Yays

Nice Pure CSS3 Like Apple Navigation

Views 29121   downloads 7441   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

Multi Level Drop Down Menu Navigation with CSS3

Views 20283   downloads 6404   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…

57
Yays

Awesome Animation menu with jquery

Views 12980   downloads 2887   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…

57
Yays

Pure CSS3 Red Menu/Navigation

Views 24337   downloads 6058   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…

54
Yays

Pure CSS3 Two Level Dark Menu

Views 11542   downloads 3500   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…

54
Yays

jQuery Collapse - A lightweight jQuery plugin that enables expanding and collapsing content

Views 23058   downloads 7486   Menu & Navigation

  jQuery Collapse A lightweight and flexible jQuery plugin that allows you to collapse content. A feature also known as 'progressive disclosure'. NOTICE: As of August 2012 this plugin has…

53
Yays

CSS3 and html5 Flashy Menu

Views 16421   downloads 2767   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…

53
Yays

jQuery BBC News Map menu plugin

Views 20644   downloads 2623   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>…