Submit your widget
91
Yays

Pure CSS3 Vertial Animated Menu

Views 38833   downloads 10109   Menu & Navigation

This short script will show you how to create a colorful, yet simple and elegant navigation menu using nothing but CSS 3. Since the latest version of CSS and mainly it’s animation part is not supported…

90
Yays

Bounce out Vertical menu with jQuery CSS3

Views 12900   downloads 2393   Menu & Navigation

So here will create a simple bounce out vertical menu with the help of little bit css3 and jquery framework. Beautiful navigation menu can stand out your website from the crowd of creative navigations.…

90
Yays

Beautiful Drop Down Menu with jquery

Views 31901   downloads 7976   Menu & Navigation

The demo is about a menu which has all the decent and stylish animated functionality. The HTML Structure As you can see in the PSD, there are Menu items and one Search Bar on right side. The HTML for…

89
Yays

Sliding JavaScript Menu Highlight

Views 9370   downloads 2013   Menu & Navigation

This sliding hover effect script is an easy method to add some flavor to your navigation. Using the CSS you can easily customize the navigation to fit your “look and feel”. The markup for…

89
Yays

Flickr horizontal menu(jQuery)

Views 9364   downloads 1861   Menu & Navigation

This is  very nice, simple and useful menu, developed with jQuery. If we can use js framewords why not, jQuery it’s very easy to use for traversing the DOM. The menu can be very easy implement…

89
Yays

jQuery and html5 Brush Stroke Navigation

Views 26142   downloads 5864   Menu & Navigation

You can see the folder structure. It is quite simple. A folder for images, another for script files, one HTML file and a CSS file. The Content – HTML5 We’ll be using some HTML5 elements to…

89
Yays

simple google style Dropdown menu with jQuery

Views 20773   downloads 5035   Menu & Navigation

we'll show you how to create a jquery dropdown menu with google style, it also can be use as a “fixed” menu. The most important thing on this menus is the css file , we are going to use…

88
Yays

Color Fading Menu with jQuery

Views 8138   downloads 1649   Menu & Navigation

This example was used jQuery and the jQuery Colour plugin.What we need is a div containing two things; an anchor element and another div, which I will refer to as the subDiv. The subDiv will display the…

88
Yays

Awesome Notification tooltips Menu with jQuery

Views 27453   downloads 4914   Menu & Navigation

A jQuery plugin to add notification bubbles and a notification list to any menu. Usage var notifications = new $.ttwNotificationMenu({ colors:['#f56c7e', '#fec151', '#7ad2f4']…

87
Yays

jQuery feed menus

Views 10103   downloads 2029   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

87
Yays

Mootools Elegant Menu Fly-out

Views 10293   downloads 2038   Menu & Navigation

It’s a more elegant solution than regular fly-outs,Here is my version in JavaScript built with Mootools. Follow along as I describe the HTML, CSS, and JavaScript. [Update: You can now try out and…

87
Yays

POP dropdown menus with jQuery

Views 10112   downloads 2374   Menu & Navigation

Include the stylesheet, with any of your mods. <link href="/pop/stylesheets/pop.css" media="all" rel="stylesheet" type="text/css"/> Include jQuery and jquery.pop.js…

87
Yays

nice Sticky footer with CSS3

Views 24468   downloads 5321   Menu & Navigation

we are going to build a CSS-3 sticky footer that always stays at the bottom of the web page, no matter how much you minimize your browser vertically, it will always stay at the bottom of the page. We…

86
Yays

Animated Navigation Menu From Stratch jQuery

Views 7023   downloads 1801   Menu & Navigation

Animation Technique Basically, the animation technique that we are going to use is the simple one. We only need to add a span navigator which has a position property with value absolute on our menu list.…

86
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 27378   downloads 8748   Menu & Navigation

This is a magazine-style drop down nav menu. This will be created with some fancy CSS3 techniques to work in standards-compliant browsers. Even if you are shaky with jQuery you should be able to keep…