Submit your widget
110
Yays

jQuery An Auto Collapsing Bread Crumb

Views 16494   downloads 3237   Menu & Navigation

With a little help from jquery user "mikejbond", the chevron overlay div no longer needs to be part of the HTML, it is inserted dynamically. You may still want include it if you want to cache image on…

109
Yays

apple.com-like breadcrumb using simple CSS

Views 15208   downloads 2919   Menu & Navigation

breadcrumbs In its simplest form it usually looks like this: You are here: Home > Sample page 1 > Sample page 2 > Current page But we are going to enhance this simple form and to create a breadcrumb…

109
Yays

jQuery Drop Down Menus

Views 10319   downloads 2808   Menu & Navigation

Overview Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project and a quick Googling turned up nothing that really suited, so droppy was born. It hasn't…

109
Yays

Awesome Drop Slide Menu With Jquery

Views 26806   downloads 5473   Menu & Navigation

dropSlideMenu is a simple (single-level support only), yet easily and highly-customisable drop-down menu with an attractive sliding effect. There are plenty of jQuery drop-down menu scripts already available,…

109
Yays

Hover effect Drop-Down menu with CSS3 & jQuery

Views 29637   downloads 5428   Menu & Navigation

This is a really awesome menu in the browser. So I hope you'll enjoy learning some CSS3, but also how to create the base HTML for a drop-down menu and how to make it magical with jQuery. The HTML Lets…

108
Yays

Pure CSS Vertical Navigation with Teaser

Views 24260   downloads 4087   Menu & Navigation

This technique is a simple way to display some teaser information for your vertical navigation. HTML We will start by creating a list item, but in this case, we will add an empty ‘span’ tag…

108
Yays

Professional dropdown menu navigation

Views 8803   downloads 2730   Menu & Navigation

The menu in this series using javascript to write the  mouse hover states. This menu also styles the path taken through the menu so that it works in IE5.x and IE6 as well as IE7 and all other browsers.…

108
Yays

an Animated Navigation with jQuery

Views 12818   downloads 2663   Menu & Navigation

The idea is to build a menu that just displays icons, when the user rolls over each icon the text will appear below. The icon will also have a roll over state to help highlight the menu item. Getting…

108
Yays

jQuery Awesome modal Navigation Menu

Views 22323   downloads 2757   Menu & Navigation

We have a horizontal menu with a few categories. Each category has multiple subcategories and each such subcategory may contain a random number of products. For easier and faster movement of users thorough…

108
Yays

jQuery Awesome Social Media Share Menu

Views 45195   downloads 2004   Menu & Navigation

we will show you how to create a social media share menu using CSS and jQuery. We are going to create the menu using basics CSS such as the CSS background-position property and a little jQuery to make…

108
Yays

CSS3 multiple color Top Fixed Menu

Views 30396   downloads 8916   Menu & Navigation

That is an CSS3 fixed menu based on gradients and transitions. No images used or javascript. Let’s take a look at the code structure: HTML: <!--===================================== Top Fixed…

108
Yays

Beautiful DropDown Menu with jQuery

Views 63785   downloads 17635   Menu & Navigation

This customizable jQuery plugin offers you the possibility of transforming your menus with ul>li at 1 level of interweaving (ul>li>ul>li>ul>li) in an attractive animated menu. You will…

107
Yays

CSS Overlapping Tabs Menu

Views 19330   downloads 3386   Menu & Navigation

This example is a  cool menu with overlapping tabs First of all download the tab image (right-click, then Save As…) which contains both on and off states. You can edit/customize this image…

107
Yays

Nice Dropdown Menu With jQuery

Views 12603   downloads 2646   Menu & Navigation

  Web designers and developers find themselves creating dropdown menus over and over. I’ve drilled dropdown menu production to a science. Seriously. Here’s the benefits of Brian Cray’s…

106
Yays

Nice Menu : CSS Animation & jQuery Animate

Views 13735   downloads 1980   Menu & Navigation

Expressjs has a nice button menu. Yes it absolutely nice since it has opacity and box shadow on each button, automatically widen when mouseover and again opacity to transparent when mousedown. I’d…