Submit your widget
65
Yays

Animation Bottom Navigation Bar with CSS3

Views 17018   downloads 2960   Menu & Navigation

Don't support ie. this is nice CSS3 bottom navigation menu. and will sliding drop down menu with fixed position in bottom of screen. Also, use jQuery for sliding effects. Step 1. HTML Here are html…

64
Yays

cool Dashboard Menu with jQuery

Views 18641   downloads 3248   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…

63
Yays

Pure CSS3 Beatiful Drop Down Menu

Views 23798   downloads 5016   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…

62
Yays

Very nice pure CSS3 menu

Views 17225   downloads 3749   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 11897   downloads 2473   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 18702   downloads 2765   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,..…

61
Yays

CSS3 and jQuery Blur Menu

Views 17263   downloads 3534   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 27496   downloads 5553   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 29521   downloads 7668   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 20894   downloads 6572   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 13446   downloads 3044   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 24708   downloads 6314   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 11928   downloads 3675   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…

53
Yays

CSS3 and html5 Flashy Menu

Views 16781   downloads 2918   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 21117   downloads 2801   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>…