Submit your widget
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 13360   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

Professional Dropdown navigation menu

Views 14994   downloads 3552   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 16893   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…

112
Yays

Floating HTML Menu Using jQuery and CSS

Views 26657   downloads 4213   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 13980   downloads 2683   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 Beautiful Slick Drop down Menu with Easing Effect

Views 14208   downloads 2350   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 13627   downloads 2901   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…

112
Yays

imitating kwicks nice menu jQuery Plugin

Views 14506   downloads 2046   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

Jquery Horizontal Slide Navigation

Views 15194   downloads 3178   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…

111
Yays

Beautiful CSS3 scroll Social Menu

Views 41073   downloads 11445   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…