Submit your widget
114
Yays

jQuery Animated Menu

Views 17702   downloads 4721   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 13383   downloads 2368   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

Professional Dropdown navigation menu

Views 15025   downloads 3564   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

Easy jQuery drop down menus

Views 16922   downloads 3093   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 9630   downloads 1637   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.…

113
Yays

imitating kwicks nice menu jQuery Plugin

Views 14530   downloads 2060   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 16113   downloads 3452   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 14326   downloads 3242   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 26093   downloads 6329   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…

112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26685   downloads 4224   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…

112
Yays

jQuery Fade Menu plugin

Views 14012   downloads 2696   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…

112
Yays

jQuery CSS3 Overlap that Menu

Views 12740   downloads 1935   Menu & Navigation

If you have ever wanted to do something a bit different with your main navigation, how about having your items overlap each other? Using position: absolute; on our links allows us to do this. The first…

112
Yays

jQuery Beautiful Slick Drop down Menu with Easing Effect

Views 14238   downloads 2359   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.…

112
Yays

Cool Sprites – Free overlapped CSS menu using CSS Sprites

Views 13660   downloads 2912   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…

111
Yays

Jquery Horizontal Slide Navigation

Views 15219   downloads 3189   Menu & Navigation

This is a spectacular sliding navigation whose animation is triggered when the user hovers over a navigation item. HTML Structures     <ul> <li><a href="#" title="" class="home"><p><strong>Title</strong><br…