Submit your widget
1616
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 130402   downloads 27785   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…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21142   downloads 4395   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…

268
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 32907   downloads 7050   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…

258
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 34948   downloads 5482   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.…

257
Yays

Display social icons in a beautiful way using CSS3

Views 26056   downloads 6143   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.…

253
Yays

jQuery big Drop Down Menu

Views 39318   downloads 8570   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.

215
Yays

Dynamic glide navigation with jQuery plugin

Views 45165   downloads 7936   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.  …

209
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30606   downloads 3591   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…

209
Yays

jQuery horizontal animated menu

Views 17966   downloads 3072   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…

200
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36346   downloads 8562   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…

194
Yays

Horizontal Subnav w/ CSS & jQuery

Views 75324   downloads 18984   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…

180
Yays

Minimalistic Navigation Menu with CSS3

Views 29570   downloads 6173   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…

173
Yays

jQuery Beautiful Background Images Navigation

Views 21931   downloads 3572   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.…

173
Yays

jQuery nice Background Animated Navigation Menu

Views 21968   downloads 6098   Menu & Navigation

Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for. jQuery is a great library for this type of task but out of the box, it…

172
Yays

Green Menu Drop Down with jQuery

Views 58863   downloads 7349   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure Easy to…