Submit your widget
93
Yays

jQuery sliding menu revisited

Views 7231   downloads 2180   Menu & Navigation

The markup the script and the css style <ul id="iconbar"> <li><a href="#"> <img src="key.gif" alt="" /> <span>Change your password</span> </a></li> <li><a…

93
Yays

Awesome CSS3 animation menu

Views 36949   downloads 7974   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

92
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10470   downloads 2025   Menu & Navigation

    As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I’ve always liked the way the menu on MooTools worked.This we’ll recreate…

92
Yays

Pure CSS3 Chunky Menu

Views 11654   downloads 2145   Menu & Navigation

css   #top_navigation { background : transparent; width: 800px; height : 77px; list-style : none; margin-top : 7px; margin-bottom : 11px; width : 100%; } ul.nav { background : transparent; width:…

92
Yays

Dropdown Blogroll With CSS Only

Views 9654   downloads 1688   Menu & Navigation

Dropdown menus are a great way of including a long list of links without cluttering up your page. The issue though is that they can be hard to style, but look quite ugly if you don’t. There isn’t…

92
Yays

jQuery Collapse - A lightweight jQuery plugin that enables expanding and collapsing content

Views 24150   downloads 7776   Menu & Navigation

  jQuery Collapse A lightweight and flexible jQuery plugin that allows you to collapse content. A feature also known as 'progressive disclosure'. NOTICE: As of August 2012 this plugin has…

91
Yays

Simple Jquery Right Click Cross browser Vertical Menu

Views 12661   downloads 2411   Menu & Navigation

[removed][removed] Creating right click with the help of jquery is real easy and can be implemented very quickly Step 1: Creating HTML Simply copy and paste the html next to the div to be right clicked.…

90
Yays

jQuery “flash like” menu

Views 10254   downloads 1977   Menu & Navigation

When you rollover one item of your menu, the font-size expand to 225%, the color fade to yellow and the other items are giving more space to the hovered item, when you roll out it will take its place…

90
Yays

jQuery sprite Fade Navigation Menu

Views 11955   downloads 1843   Menu & Navigation

What is a sprite? In case you aren’t sure, a CSS sprite is a large image, made up of all the smaller images you wish to use on your webpage. The benefits of using CSS sprites include: Page load…

90
Yays

awesome Wheel Menu with CSS3

Views 37975   downloads 7230   Menu & Navigation

There’s no better way to learn CSS3 than to get your hands dirty on an actual project and that’s exactly what we’re going to do. I’m going to teach you how to create an awesome,…

89
Yays

Nice jQuery Walking Navigation

Views 47361   downloads 7952   Menu & Navigation

On a single page website with fixed position navigation, it will be nice to tell user on what section they are reading at. In this tutorial I am going to share how to create a walking navigation, on the…

88
Yays

Like Apple Navigation Dock jQuery Plugin

Views 21930   downloads 6387   Menu & Navigation

1) Menu structure <!-- HTML FILE --> <ul id="targetMenu"> <!-- use <li class="navActive"> to set active icon menu --> <li> <a href="#">…

88
Yays

Pure CSS3 Vertial Animated Menu

Views 38523   downloads 9974   Menu & Navigation

This short script will show you how to create a colorful, yet simple and elegant navigation menu using nothing but CSS 3. Since the latest version of CSS and mainly it’s animation part is not supported…

87
Yays

jQuery feed menus

Views 9786   downloads 1886   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

87
Yays

Sliding JavaScript Menu Highlight

Views 9092   downloads 1874   Menu & Navigation

This sliding hover effect script is an easy method to add some flavor to your navigation. Using the CSS you can easily customize the navigation to fit your “look and feel”. The markup for…