Submit your widget
1616
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 130605   downloads 27816   Menu & Navigation

we will create a unique sliding box navigation. The idea is to make a box with the menu item slide out, while a thumbnail pops up. We will also include a submenu box with further links for some of the…

283
Yays

Horizontal Accordion menu with jQuery

Views 28161   downloads 3796   Accordion

Up until now I have always used Scriptaculous / Prototype for any JavaScript animation and effects, but lately I’ve heard a lot of good things about jQuery. So, I thought I would give it a try,…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21186   downloads 4414   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…

269
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 32959   downloads 7072   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…

259
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35012   downloads 5503   Menu & Navigation

Learn how to create a simple, but elegant menu by animating background with jquery backgroundPosition plugin. It's simple, but the effect is really good. Sometimes, simplicity is the most beautiful thing.…

258
Yays

Display social icons in a beautiful way using CSS3

Views 26101   downloads 6161   Menu & Navigation

When you hover a icon, a small tooltip is displayed with the name of the social media. All other icons have a low opacity. I wanted to take this concept and bring it to the next level using CSS3 transitions.…

254
Yays

jQuery big Drop Down Menu

Views 39377   downloads 8589   Menu & Navigation

The large drop down menu is a good option for sites with a lot of navigation items. When the user hovers over one of the list items, the item enlarges to the width of the submenu and the submenu appears.

216
Yays

Dynamic glide navigation with jQuery plugin

Views 45282   downloads 7962   Menu & Navigation

Dynamic menu with scrolling color glide followed, appropriate for personal entertainment blog and website which requires newfashioned style and personalization. Help Step1:include js and css files.  …

210
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30687   downloads 3612   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

210
Yays

jQuery horizontal animated menu

Views 18022   downloads 3095   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…

201
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36395   downloads 8580   Menu & Navigation

Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new css drop-down menu means creating only a new…

195
Yays

Horizontal Subnav w/ CSS & jQuery

Views 75441   downloads 19008   Menu & Navigation

This is a simple navigation with a horizontal subnav.In most cases we can achieve this effect purely with CSS, but since we have to attend to our red headed step child aka IE6, we will use a few lines…

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35117   downloads 6955   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …

181
Yays

Minimalistic Navigation Menu with CSS3

Views 29667   downloads 6197   Menu & Navigation

Today we are making something practical – a simple CSS3 animated navigation menu The XHTML The menu is organized as an unordered list. This is the most suitable structure for a menu, as it provides…

174
Yays

jQuery Beautiful Background Images Navigation

Views 21985   downloads 3591   Menu & Navigation

We are going to create a beautiful navigation that has a background image slide effect. The main idea is to have three list items that contain the same background image but with a different position.…