Submit your widget
138
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17424   downloads 3566   Menu & Navigation

we’ll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu. We’ll also use jQuery to handle the…

138
Yays

CSS3 and jQuery menu

Views 15882   downloads 3328   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

137
Yays

nice Apple-Style Icon Slide Out Navigation with CSS and jQuery

Views 21598   downloads 3878   Menu & Navigation

This menu looks very similar to the Apple-style navigation but it reveals some icons when hovering over it. The icons slide out from the top and when the mouse leaves the link, the icon slides back under…

136
Yays

jQuery Rocking and Rolling Rounded Menu

Views 18677   downloads 5055   Menu & Navigation

In this tutorial we are going to make use of the incredibly awesome rotating and scaling jQuery patch from Zachary Johnson that can be found here. We will create a menu with little icons that will rotate…

133
Yays

Jquery Awesome-Filled Navigation Menu Use Sprites

Views 18644   downloads 3867   Menu & Navigation

CSS sprites can dramatically increase a website’s performance, and with jQuery, we can implement awesome transition effects easily. Let’s get started. Step 1 Create an html file, and add the…

130
Yays

jQuery Fresh Bottom Slide Out Menu

Views 25456   downloads 4545   Menu & Navigation

In this tutorial we will create a unique bottom slide out menu. This large menu will contain some title and a description of the menu item. It will slide out from the bottom revealing the description…

129
Yays

LavaLamp jQuery Sliding Menu

Views 18997   downloads 3271   Menu & Navigation

It is a jQuery sliding nifty effect menu with light weight code and extra two more interface styles. Step 1: The HTML Since most UI developers believe that an unordered list(ul) represents the correct…

127
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28487   downloads 4472   Menu & Navigation

SooperFish is a highly configurable solution for animated dropdown menus. It combines the features of superfish, structured programming of Droppy and a ton of new features like multi-column dropdown menus…

125
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 18710   downloads 2643   Menu & Navigation

Very stripped down code and minimal styling, yet still have all the functionality typically needed.Here are the features: Cross-browser compatible (even IE 6) Multi-level and retains “trail”…

124
Yays

jQuery Smooth Animated Menu

Views 22143   downloads 4549   Menu & Navigation

Ever seen some excellent jQuery navigation that left you wanting to make one of your own? We’ll aim to do just that by building a menu and animate it with some smooth effects. Step 1 – Set…

122
Yays

Animated Navigation with CSS & jQuery

Views 15249   downloads 3688   Menu & Navigation

Fancy but a very simple technique! The good thing about this technique is that it degrades gracefully and is still accessible even if js is turned off. Step 1. Wireframe – HTML This part is very…

120
Yays

CSS3 and jQuery“Stay-On-Top”Menu

Views 17110   downloads 3015   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">…

119
Yays

Horizontal Sliding Submenu jQuery plugin

Views 18793   downloads 3070   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 18069   downloads 3943   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 39576   downloads 7008   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…