Submit your widget
125
Yays

Cursor following translucent float menu jQuery CSS3

Views 12063   downloads 2477   Menu & Navigation

A website navigation menu that follows the cursor, created with the jQuery framework and CSS that’s easy to implement and configure. The idea behind the script was to create a floating navigation…

124
Yays

jQuery Smooth Circular Motion Menu

Views 21441   downloads 4094   Menu & Navigation

we are going to create a stunning circular motion effect with jQuery. We will be using the jQuery.path plugin to animate a circular movement for a menu in a portfolio example. The idea is to have a rounded…

123
Yays

Multi-level Navigation Menu With jQuery And CSS3

Views 13776   downloads 3010   Menu & Navigation

This is an attractive cross-browser navigation menu; notable features include CSS3 gradients, multiple sub-menus, and jQuery animations.

122
Yays

CSS3 and jQuery“Stay-On-Top”Menu

Views 17361   downloads 3104   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">…

122
Yays

CSS Overlapping Tabbed Navigation

Views 14252   downloads 2413   Menu & Navigation

Overlapping tabbed navigation in CSS have always been a nuisance with developers often running into cross-browser compatibility issues or bloated code. There are some other examples floating around the…

122
Yays

jQuery Rollover Nav Bar

Views 8642   downloads 1526   Menu & Navigation

Here’s a simple jquery nav bar with animated rollover effects. The page titles roll up to reveal page descriptions underneath.  Here’s the jQuery, hover.js: $(function() { var navButtons…

122
Yays

Professional Dropdown navigation menu

Views 15197   downloads 3640   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…

121
Yays

Horizontal Sliding Submenu jQuery plugin

Views 19072   downloads 3156   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…

120
Yays

jQuery Very Long scroll Dropdown Menus

Views 17755   downloads 2511   Menu & Navigation

jQuery Makes it Tick I’m going to dump the code all in here just for quick reference. I commented it, so it should be fairly easy to follow. It’s over 60 lines, but don’t worry too much,…

119
Yays

Simple CSS3 Button Navigation

Views 24983   downloads 5368   Menu & Navigation

This is a quick CSS3/HTML version of the navigational buttons. The HTML: <ul class="button-list"> <li><a href='/' class='button'>Home</a></li> <li><a href='/' class='button'>About</a></li>…

119
Yays

simple CSS jQuery Menu

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

119
Yays

jQuery vertical and horizontal dropdown menu

Views 39911   downloads 7107   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…

118
Yays

jGlideMenu unique drag Sliding menu jQuery

Views 15098   downloads 2757   Menu & Navigation

A very unique menu that floats on the page. Users can drag it to a position they desire.   jGlideMenu is an updated version of the fastFind Menu that supports inline and AJAX menu definitions and…

118
Yays

Pure CSS3 Windows 7 start menu

Views 20414   downloads 4338   Menu & Navigation

You can do with so little using CSS3. Many user interface elements that require images in order to have appropriate visual appearance now can be styled only with CSS3. Container The container named startmenu…

117
Yays

CSS and jQuery Cool Animated Navigation

Views 18447   downloads 3097   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…