Submit your widget
91
Yays

jQuery Dropdown Menu

Views 6939   downloads 1688   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

90
Yays

A Stylish Navigation Menu With jQuery

Views 12044   downloads 1764   Menu & Navigation

As you may know, the first 20 seconds of a new visitor’s interaction with a website determine whether they are going to stay or leave. This means you have to follow common design practices and put…

89
Yays

Sliding Jquery Menu

Views 8539   downloads 1682   Menu & Navigation

how to create a sliding menu button using jquery.When the button is clicked it rolls out a box full of links, when the button is clicked again it rolls back in. This can be done using jquery。  …

89
Yays

Pure CSS3 Chunky Menu

Views 11171   downloads 1973   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:…

89
Yays

jQuery sliding menu revisited

Views 6763   downloads 1986   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…

89
Yays

jQuery “flash like” menu

Views 9777   downloads 1786   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…

89
Yays

Simple Jquery Right Click Cross browser Vertical Menu

Views 12181   downloads 2214   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.…

89
Yays

awesome Wheel Menu with CSS3

Views 37026   downloads 6920   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,…

88
Yays

jQuery sprite Fade Navigation Menu

Views 11329   downloads 1677   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…

86
Yays

Sliding JavaScript Menu Highlight

Views 8630   downloads 1697   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…

86
Yays

Like Apple Navigation Dock jQuery Plugin

Views 21417   downloads 6121   Menu & Navigation

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

86
Yays

Pure CSS3 Vertial Animated Menu

Views 37881   downloads 9759   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…

86
Yays

Nice jQuery Walking Navigation

Views 46584   downloads 7703   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…

85
Yays

jQuery and html5 Brush Stroke Navigation

Views 25278   downloads 5488   Menu & Navigation

You can see the folder structure. It is quite simple. A folder for images, another for script files, one HTML file and a CSS file. The Content – HTML5 We’ll be using some HTML5 elements to…

85
Yays

simple google style Dropdown menu with jQuery

Views 19891   downloads 4697   Menu & Navigation

we'll show you how to create a jquery dropdown menu with google style, it also can be use as a “fixed” menu. The most important thing on this menus is the css file , we are going to use…