Submit your widget
120
Yays

CSS3 and jQuery“Stay-On-Top”Menu

Views 17094   downloads 3009   Menu & Navigation

All the HTML Stuff Create index.html and paste all of this in: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">…

120
Yays

jQuery Rollover Nav Bar

Views 8423   downloads 1442   Menu & Navigation

Here’s a simple jquery nav bar with animated rollover effects. The page titles roll up to reveal page descriptions underneath.  Here’s the jQuery, hover.js: $(function() { var navButtons…

119
Yays

Horizontal Sliding Submenu jQuery plugin

Views 18760   downloads 3065   Menu & Navigation

a horizontal sliding submenu. Has a couple of options and the appearance can be modified in the css. Slide Submenu requires: jQuery library hoverIntent plugin Slide Subnav plugin Example code to load…

118
Yays

simple CSS jQuery Menu

Views 18050   downloads 3937   Menu & Navigation

HTML This can’t get any simpler. Just make a valid nested unordered list with a root id of “navmenu-h” (for horizontal) or “navmenu-v” (for vertical) and you are all set.…

118
Yays

jQuery vertical and horizontal dropdown menu

Views 39548   downloads 6998   Menu & Navigation

The article source:http://plugins.jquery.com/project/naviDropDown Here is a jQuery plugin which allows you to create a simple drop down menu, utilising hoverIntent, and jQuery’s own slideUp and…

117
Yays

jQuery Very Long scroll Dropdown Menus

Views 17307   downloads 2429   Menu & Navigation

jQuery Makes it Tick I’m going to dump the code all in here just for quick reference. I commented it, so it should be fairly easy to follow. It’s over 60 lines, but don’t worry too much,…

115
Yays

CSS and jQuery Cool Animated Navigation

Views 18223   downloads 3016   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…

115
Yays

jQuery Drop down Menu

Views 9566   downloads 1936   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure of jQuery…

114
Yays

jQuery Animated Menu

Views 17667   downloads 4709   Menu & Navigation

Step 1 – Set up the Structure Here is the HTML markup that is used in the demo: <div id="menu" class="menu"> <ul> <li><a href="[removed];">Home</a></li> <li><a…

114
Yays

jQuery Simple Lava Lamp Menu

Views 13359   downloads 2355   Menu & Navigation

  Lava Lamp Menu is one of the favourite menu that has been using by some websites. It has a jQuery plugin for it, we're not reinventing the wheel, but it will be good to know how it works, how to…

114
Yays

Easy jQuery drop down menus

Views 16891   downloads 3079   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

113
Yays

jQuery convertion: Garagedoor slider navigation effect

Views 9589   downloads 1624   Menu & Navigation

First we need to make the script ans style of the GarageDoor work. To make that happen, you’ll need jQuery. This library enables interface effects, so you don’t have to create it yourself.…

112
Yays

Horizontal Tooltips Menu with jQuery

Views 16081   downloads 3441   Menu & Navigation

We're doing something a little bit similar - Tooltips menu.   1. HTML   As usual, it's a good practise to use UL List for menu. For the menu images, you need to put the caption in the ALT attribute,…

112
Yays

jQuery Vimeo-like top navigation

Views 14303   downloads 3233   Menu & Navigation

The menu that drops down when you hover search box. It offers you different search options that you can choose and narrow your search. Simple CSS drop down menu based on unordered list. The structure…

112
Yays

jQuery Super Sexy Drop Down Menu

Views 26064   downloads 6308   Menu & Navigation

Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look…