Submit your widget
101
Yays

Vertical Flyout JavaScript Menu

Views 10901   downloads 2751   Menu & Navigation

This animated JavaScript flyout menu is clean and lightweight at only 1.6kb.This script has been tested in all major browsers

101
Yays

CSS Overlapping Tabs Menu

Views 18799   downloads 3261   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…

101
Yays

simple jQuery Drop Down Menu

Views 11108   downloads 2720   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…

101
Yays

Beautiful CSS3 multicolour Dropdown Menu

Views 28891   downloads 8020   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…

100
Yays

AutoSprites - A jQuery Menu Plugin

Views 7939   downloads 1883   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…

100
Yays

A Keypress Navigation tabs jQuery

Views 9143   downloads 2281   Menu & Navigation

The key to a succesful website is the ease with which a user finds what they are looking for. Thus, it’s worth spending a lot of time and effort in creating both useful and visually appealing navigation…

100
Yays

Colorful jQuery animation slide menu

Views 45470   downloads 9206   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…

99
Yays

a Bubble Coda Style with CSS3 menu tootips

Views 7296   downloads 2153   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…

99
Yays

Pure CSS collapsible tree menu

Views 14214   downloads 2700   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

Advanced CSS Menu

Views 12610   downloads 2374   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.…

98
Yays

super Simple-useful Drop Down Menu

Views 19809   downloads 3675   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…

98
Yays

Nice Dropdown Menu With jQuery

Views 12291   downloads 2517   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…

98
Yays

Useful dropdown menu with CSS3 jQuery

Views 28082   downloads 9606   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

CSS Sliding Door menu using only 1 image

Views 7957   downloads 1721   Menu & Navigation

Concept The concept of the sliding door is to use a background image for the buttons in a navigation menu. I am using a span within a link in the list to hold a part of the image. the link itself will…

97
Yays

Simple CSS vertical menus

Views 24829   downloads 3468   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…