Submit your widget
96
Yays

animated menu with Sprites and jQuery

Views 7892   downloads 1832   Menu & Navigation

Sprites are widely used on big sites (Yahoo!, Google, Amazon and more) but rarely for “normal” projects. I think this is due to two questions that usually stop us when it comes to learn something…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21203   downloads 4416   Menu & Navigation

we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the…

112
Yays

jQuery Beautiful Slick Drop down Menu with Easing Effect

Views 14225   downloads 2355   Menu & Navigation

Drop-down menus are an excellent feature because they help clean up a busy layout. When structured correctly, drop-down menus can be a great navigation tool, while still being an attractive design feature.…

138
Yays

CSS3 and jQuery menu

Views 15875   downloads 3328   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

94
Yays

jQuery Dropdown Menu

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

85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14226   downloads 1747   Menu & Navigation

we'll show you how to create a navigation menu that slides horizontally. It begins with a set of "tabs" on the right side of a containing element. When clicked, a tab slides to the left to reveal a group…

112
Yays

imitating kwicks nice menu jQuery Plugin

Views 14514   downloads 2052   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…

374
Yays

Dropdown Navigation in CSS3 jQuery

Views 29828   downloads 6243   Menu & Navigation

we will learn how to enhance you WordPress in a whole new way. Multi-Level or Multi-Dimensional navigation menus can offer your theme and users 2 new things. One, add a nice new type of effect to enhance…

210
Yays

jQuery horizontal animated menu

Views 18042   downloads 3099   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

128
Yays

accordion menu with jquery

Views 22966   downloads 4749   Accordion

In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when…

128
Yays

Feature Complete jQuery Slide Out Info Bar

Views 21833   downloads 3929   Menu & Navigation

The bar used jQuery to hide itself until someone click a small question mark on the top left of the page. The box contains several drop down boxes which house info such as FAQs, Contact form, about us…

123
Yays

Multi-level Navigation Menu With jQuery And CSS3

Views 13456   downloads 2934   Menu & Navigation

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

269
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 32978   downloads 7073   Menu & Navigation

Step 1 Create the Mark-up Before we can create this neat functionality, we need a base from which to work from. In your favorite code editor, create an unordered list for your navigation, and import both…

90
Yays

jQuery sprite Fade Navigation Menu

Views 11840   downloads 1814   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…

160
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 24498   downloads 4959   Menu & Navigation

we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the…