Submit your widget
104
Yays

Pure CSS Vertical Navigation with Teaser

Views 23782   downloads 3937   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…

104
Yays

jQuery Awesome Social Media Share Menu

Views 44821   downloads 1861   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…

104
Yays

Awesome Drop Slide Menu With Jquery

Views 26241   downloads 5309   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,…

104
Yays

Great Social Media Share and Bookmark Plugin With jQuery

Views 23846   downloads 6668   Menu & Navigation

No one can ignore the importance of social media in this age of communication and interactivity. Social media have made social interaction very easy and interactive, build upon mobile technologies and…

103
Yays

Popout Menu with jQuery and CSS3

Views 19547   downloads 2634   Menu & Navigation

The Popout Menu let’s you display menu options in a vertical manner. When clicked, the menu shows its items in a stack manner.

103
Yays

Professional dropdown menu navigation

Views 8548   downloads 2592   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.…

103
Yays

apple.com-like breadcrumb using simple CSS

Views 14911   downloads 2787   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…

103
Yays

CSS3 multiple color Top Fixed Menu

Views 30021   downloads 8771   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…

102
Yays

Awesome Cufonized Fly-out Menu with jQuery and CSS3

Views 14057   downloads 2552   Menu & Navigation

we will create a full page cufonized menu that has two nice features: when hovering over the menu items we will move a hover-state item that adapts to the width of the current item, and we will slide…

102
Yays

JavaScript Dropdown Menu with Multi Levels

Views 18715   downloads 3772   Menu & Navigation

This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support. To initialize a drop down menu use…

102
Yays

Pure CSS3 slide dropdown Menu

Views 52706   downloads 13109   Menu & Navigation

As usual, we start with the HTML. Here is the html code of our menu. As usual – this is again UL-LI based navigation menu. The most interesting thing will be CSS styles of course. index.html <ul…

102
Yays

Rich Media Dropdown Menu with jQuery

Views 39476   downloads 9049   Menu & Navigation

Today’s tutorial combines two good friends, jQuery and dropdown menus! “That boring old combination”, I hear you cry. But wait, this is a dropdown menu with a difference! It takes away…

101
Yays

an Animated Navigation with jQuery

Views 12515   downloads 2509   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…

101
Yays

jQuery Drop Down Menus

Views 9883   downloads 2668   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…

100
Yays

Nice Menu : CSS Animation & jQuery Animate

Views 13283   downloads 1831   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…