Submit your widget
100
Yays

simple jQuery Drop Down Menu

Views 10709   downloads 2565   Menu & Navigation

Introduction Alright, this time, we are going to make a drop down menu. The main objective is to make it as simple as possible, with some little jQuery effect and easy to customize/ apply different style…

100
Yays

Beautiful CSS3 multicolour Dropdown Menu

Views 28334   downloads 7842   Menu & Navigation

This will colored tabs with slideout submenus. I don`t used any defined palette – tabs in different colors. Can warn, that all sliding effects will work only in FF, Chrome, Safary browsers, possible…

99
Yays

AutoSprites - A jQuery Menu Plugin

Views 7594   downloads 1742   Menu & Navigation

Its purpose is to allow you to build an image-based menu with animated hover states as easily as possible and by using the most concise descriptions possible. To see the results on both a horizontal and…

99
Yays

an Animated Navigation with jQuery

Views 12204   downloads 2381   Menu & Navigation

The idea is to build a menu that just displays icons, when the user rolls over each icon the text will appear below. The icon will also have a roll over state to help highlight the menu item. Getting…

99
Yays

jQuery Drop Down Menus

Views 9462   downloads 2523   Menu & Navigation

Overview Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project and a quick Googling turned up nothing that really suited, so droppy was born. It hasn't…

99
Yays

Colorful jQuery animation slide menu

Views 44823   downloads 9003   Menu & Navigation

This is a nice and colorful jQuery and css menu The Idea is to create a normal ul li menu and apply a top border to the anchor tags with colors that will match with the element background color when it…

98
Yays

CSS Overlapping Tabs Menu

Views 17992   downloads 3124   Menu & Navigation

This example is a  cool menu with overlapping tabs First of all download the tab image (right-click, then Save As…) which contains both on and off states. You can edit/customize this image…

98
Yays

Pure CSS collapsible tree menu

Views 13652   downloads 2534   Menu & Navigation

The demo is built using an ordered list (ol) nested with further ordered lists to naturally represent a basic folder structure. <ol> <li class="file"><a href="document.pdf">File 1</a></li>…

98
Yays

Useful dropdown menu with CSS3 jQuery

Views 27517   downloads 9401   Menu & Navigation

This CSS dropdown menu, without any additional Javascript code. There are no images used and, as usual, minimal HTML markup. HTML structure As you can see in the following lines, the HTML structure does…

97
Yays

a Bubble Coda Style with CSS3 menu tootips

Views 6967   downloads 2009   Menu & Navigation

we are going to create a tooltip using the famous coda style, which allows for an animated pop-up window that makes for a great effect. HTML First, we create our HTML file and inside the body tag we add…

97
Yays

super Simple-useful Drop Down Menu

Views 19273   downloads 3501   Menu & Navigation

It is a One Level Drop-Down Menu with Timeout effect. Internet has a lot of scripts with the name "Drop Down Menu". One day I needed to make such menu for my site. I have rummaged a heap of sites and…

97
Yays

Nice Dropdown Menu With jQuery

Views 11861   downloads 2350   Menu & Navigation

  Web designers and developers find themselves creating dropdown menus over and over. I’ve drilled dropdown menu production to a science. Seriously. Here’s the benefits of Brian Cray’s…

96
Yays

Advanced CSS Menu

Views 12245   downloads 2238   Menu & Navigation

Most of you probably know how to code a horizontal or vertical CSS list menu. Now let’s take it to the next level — code an advanced (un-typical) list menu utilizing the CSS position property.…

96
Yays

Simple CSS vertical menus

Views 24392   downloads 3315   Menu & Navigation

Our menus are actually HTML unordered list elements <ul> styled using CSS, giving them background color, margin, padding and other CSS attributives. The process of creating this menus can be separated…

96
Yays

animated menu with Sprites and jQuery

Views 7490   downloads 1658   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…