Submit your widget
113
Yays

jQuery Animated Menu

Views 17108   downloads 4530   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…

113
Yays

jQuery Simple Lava Lamp Menu

Views 12914   downloads 2194   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…

113
Yays

Professional Dropdown navigation menu

Views 14622   downloads 3380   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…

112
Yays

jQuery Super Sexy Drop Down Menu

Views 25457   downloads 6042   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

jQuery convertion: Garagedoor slider navigation effect

Views 9131   downloads 1438   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

jQuery Fade Menu plugin

Views 13429   downloads 2395   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

imitating kwicks nice menu jQuery Plugin

Views 14088   downloads 1875   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"…

111
Yays

Horizontal Tooltips Menu with jQuery

Views 15530   downloads 3213   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,…

111
Yays

Floating HTML Menu Using jQuery and CSS

Views 26097   downloads 4023   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…

111
Yays

jQuery Beautiful Slick Drop down Menu with Easing Effect

Views 13695   downloads 2187   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.…

111
Yays

Cool Sprites – Free overlapped CSS menu using CSS Sprites

Views 13047   downloads 2715   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

Easy jQuery drop down menus

Views 16393   downloads 2882   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…

110
Yays

Jquery Horizontal Slide Navigation

Views 14798   downloads 3013   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…

110
Yays

Beautiful CSS3 scroll Social Menu

Views 40530   downloads 11261   Menu & Navigation

we’ll learn how to code a fancy social networks menu with HTML5 and CSS3 and absolutely no images. Yup, that’s right! No images at all. We’ll also learn how to convert a normal font…

109
Yays

Cool navigation menu made with JQuery

Views 7064   downloads 1490   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>…