Submit your widget
102
Yays

AutoSprites - A jQuery Menu Plugin

Views 8070   downloads 1931   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…

102
Yays

an Animated Navigation with jQuery

Views 12630   downloads 2564   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…

102
Yays

Beautiful CSS3 multicolour Dropdown Menu

Views 29048   downloads 8077   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…

101
Yays

Nice Menu : CSS Animation & jQuery Animate

Views 13464   downloads 1890   Menu & Navigation

Expressjs has a nice button menu. Yes it absolutely nice since it has opacity and box shadow on each button, automatically widen when mouseover and again opacity to transparent when mousedown. I’d…

101
Yays

a Bubble Coda Style with CSS3 menu tootips

Views 7404   downloads 2197   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…

101
Yays

Simple CSS vertical menus

Views 24984   downloads 3509   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…

101
Yays

CSS Overlapping Tabs Menu

Views 19006   downloads 3301   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

Nice Dropdown Menu With jQuery

Views 12424   downloads 2561   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…

101
Yays

Colorful jQuery animation slide menu

Views 45664   downloads 9257   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…

100
Yays

A Keypress Navigation tabs jQuery

Views 9259   downloads 2322   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

super Simple-useful Drop Down Menu

Views 19985   downloads 3725   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…

100
Yays

Useful dropdown menu with CSS3 jQuery

Views 28260   downloads 9662   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…

99
Yays

CSS Sliding Door menu using only 1 image

Views 8049   downloads 1760   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…

99
Yays

Advanced CSS Menu

Views 12721   downloads 2415   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.…

99
Yays

Pure CSS collapsible tree menu

Views 14377   downloads 2741   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>…