Submit your widget
116
Yays

jQuery convertion: Garagedoor slider navigation effect

Views 9728   downloads 1679   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.…

115
Yays

jQuery Drop down Menu

Views 9742   downloads 1974   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…

115
Yays

Easy jQuery drop down menus

Views 17011   downloads 3120   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…

114
Yays

jQuery Super Sexy Drop Down Menu

Views 26192   downloads 6386   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…

114
Yays

jQuery Simple Lava Lamp Menu

Views 13469   downloads 2393   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

jQuery Fade Menu plugin

Views 14116   downloads 2723   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…

114
Yays

Professional Dropdown navigation menu

Views 15096   downloads 3588   Menu & Navigation

You've seen the 'suckerfish' menus and the 'son of suckerfish', well I think that this one takes them another step further (grandson of suckerfish?). The 'problem' that I found with using the 'suckefish…

114
Yays

jQuery Beautiful Slick Drop down Menu with Easing Effect

Views 14308   downloads 2382   Menu & Navigation

Drop-down menus are an excellent feature because they help clean up a busy layout. When structured correctly, drop-down menus can be a great navigation tool, while still being an attractive design feature.…

114
Yays

Cool Sprites – Free overlapped CSS menu using CSS Sprites

Views 13746   downloads 2936   Menu & Navigation

CSS sprites can be termed as a method for reducing the number of image requests to a web page by combining multiple images into a single image, and display the desired segment using CSS background-image…

113
Yays

Floating HTML Menu Using jQuery and CSS

Views 26791   downloads 4250   Menu & Navigation

For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and…

113
Yays

Jemjabella Menu jQuery

Views 11782   downloads 1613   Menu & Navigation

The menu itself was marked up in a (semantically correct) unordered list, like so: <ul id="navigation"> <li><a href="#">link one</a></li> <li><a href="#">link…

113
Yays

imitating kwicks nice menu jQuery Plugin

Views 14626   downloads 2085   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…

112
Yays

Horizontal Tooltips Menu with jQuery

Views 16210   downloads 3474   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 14389   downloads 3267   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

Cool navigation menu made with JQuery

Views 7618   downloads 1719   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…