Submit your widget
62
Yays

jQuery and CSS3 Animation effect

6 months ago   Views 29286   downloads 4484   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

112
Yays

Awesome jQuery and CSS3 Interactive menu

6 months ago   Views 35965   downloads 6607   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

32
Yays

jQuery BBC News Map menu plugin

about a year ago   Views 14067   downloads 1595   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>…

20
Yays

Scroll Links Box Navigation Menu-BoxyMenu

about a year ago   Views 2584   downloads 450   Menu & Navigation

BoxyMenu is a simple and fast navigation menu plugin that renders smoothly in all major web browsers. It is simple to customize and can be plugged in to any website or web application. BoxyMenu Parameters…

124
Yays

Cool JQuery and CSS3 Animation Menu

about a year ago   Views 16595   downloads 2948   Menu & Navigation

The menu is simple, but unique. Script structure: HTML: <div id="menu"> <ul id="nav"> <li> <a href="#" class="icon1"> <span>Home Page</span>…

58
Yays

Useful Magazine Style Dropdown Menu with jQuery

about a year ago   Views 19593   downloads 5592   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…

50
Yays

super cool easing and hoverIntent navigation with jQuery

about a year ago   Views 11685   downloads 2062   Menu & Navigation

Make your navigation a bit more flashy with this plugin… using easing and hoverIntent, customise the rollover colours, easing method and duration… View the demo for an example… Include…

1320
Yays

jQuery Sliding hover Animated Menu

2 years ago   Views 36531   downloads 6059   Menu & Navigation

we’ll be building a cool Animated navigation list complete with a sliding hover effect. We’ll build the design to work without jQuery first of all to ensure it’s widely accessible to…

85
Yays

jQuery An Auto Collapsing Bread Crumb

2 years ago   Views 11578   downloads 1696   Menu & Navigation

With a little help from jquery user "mikejbond", the chevron overlay div no longer needs to be part of the HTML, it is inserted dynamically. You may still want include it if you want to cache image on…

1529
Yays

Nice "Flashy" menu with Jquery.

about a year ago   Views 39390   downloads 5154   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

357
Yays

Scalable Menu with jQuery CSS3

2 years ago   Views 39161   downloads 6354   Menu & Navigation

we are going to create a simple menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand. We will…

189
Yays

jQuery horizontal animated menu

2 years ago   Views 13018   downloads 1909   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

139
Yays

Image Hover Move- simple and practical navigation or featured image jQuery plugin

about a month ago   Views 29172   downloads 3590   Slideshow & Scroller

Usage Include js files.   <link href="css/images_hover_move.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

247
Yays

Lava Lamp Style Menu Navigation with jQuery

2 years ago   Views 24137   downloads 4788   Menu & Navigation

Step 1 Create the Mark-up Before we can create this neat functionality, we need a base from which to work from. In your favorite code editor, create an unordered list for your navigation, and import both…

134
Yays

jQuery quickie: Slot machine navigation

2 years ago   Views 10522   downloads 1372   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…