Submit your widget
87
Yays

Bounce out Vertical menu with jQuery CSS3

Views 12575   downloads 2258   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.…

87
Yays

simple google style Dropdown menu with jQuery

Views 20513   downloads 4906   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…

87
Yays

Beautiful Drop Down Menu with jquery

Views 31649   downloads 7846   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…

86
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14358   downloads 1777   Menu & Navigation

we'll show you how to create a navigation menu that slides horizontally. It begins with a set of "tabs" on the right side of a containing element. When clicked, a tab slides to the left to reveal a group…

86
Yays

POP dropdown menus with jQuery

Views 9880   downloads 2237   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…

86
Yays

jQuery and html5 Brush Stroke Navigation

Views 25838   downloads 5723   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…

85
Yays

Simple CSS3 Dropdown Menu

Views 8071   downloads 1461   Menu & Navigation

As we know, CSS3 has many good features for help us creating more sweet User Interface. One of them is box shadow, it helps us adding shadow effect on each styled element. You must be familiar with drop…

85
Yays

Flickr horizontal menu(jQuery)

Views 9137   downloads 1751   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…

85
Yays

Awesome Notification tooltips Menu with jQuery

Views 27204   downloads 4799   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']…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 27079   downloads 8609   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…

84
Yays

DropDown CSS Menu

Views 7473   downloads 1595   Menu & Navigation

The structure of our menu is based on a simple un-ordered list. HTML   <ul id="nav"> <li><a href="#">Home</a></li> <li><a href="#">Services</a> <ul>…

84
Yays

Color Fading Menu with jQuery

Views 7877   downloads 1519   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…

84
Yays

a Good Looking Floating Menu with jQuery Easing

Views 9839   downloads 1491   Menu & Navigation

We will show you how to create a horizontal menu with floating effect by using jquery.easing and jquery animate function. It's a simple effect but the final product is quite nice looking and elegant.…

84
Yays

JQuery Navigation

Views 7947   downloads 1669   Menu & Navigation

You should now be set to create your HTML file. Open up dreamweaver and start a new HTML document, save the document straight away as index.html on your desktop. Open up notepad and save a blank file…

84
Yays

Mootools Elegant Menu Fly-out

Views 9977   downloads 1910   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…