Submit your widget
85
Yays

Flickr horizontal menu(jQuery)

Views 9066   downloads 1727   Menu & Navigation

This is  very nice, simple and useful menu, developed with jQuery. If we can use js framewords why not, jQuery it’s very easy to use for traversing the DOM. The menu can be very easy implement…

86
Yays

Bounce out Vertical menu with jQuery CSS3

Views 12467   downloads 2226   Menu & Navigation

So here will create a simple bounce out vertical menu with the help of little bit css3 and jquery framework. Beautiful navigation menu can stand out your website from the crowd of creative navigations.…

99
Yays

a Bubble Coda Style with CSS3 menu tootips

Views 7331   downloads 2173   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…

147
Yays

Animated CSS3 Horizontal menu

Views 12276   downloads 2295   Menu & Navigation

Inspired by CSS Sprites2 – It’s JavaScript Time from A List Apart and Using jQuery for Background Image Animations written over a year ago, I decided to create a short tutorial about a animated…

127
Yays

jQuery style menu with CSS3

Views 14032   downloads 3252   Menu & Navigation

Here’s a quick experiment I did with CSS3. Again I was just mucking about with CSS3 transitions which could one day replace all the fancy jQuery animation tricks people use. The outcome was a really…

155
Yays

Kwicks accordion menu for jQuery

Views 26757   downloads 5240   Menu & Navigation

Default CSS Note that all of the examples on this page are using this as their default stylesheet /* defaults for all examples */ .kwicks { list-style: none; position: relative; margin: 0; padding: 0;…

97
Yays

CSS Sliding Door menu using only 1 image

Views 7997   downloads 1739   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 12653   downloads 2391   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.…

110
Yays

jQuery Dropdown menu

Views 10922   downloads 1926   Menu & Navigation

Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly…

97
Yays

Simple CSS vertical menus

Views 24878   downloads 3486   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 18874   downloads 3283   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…

130
Yays

Professional Dropline #1 drop-down menu

Views 12267   downloads 2668   Menu & Navigation

This menu uses the same small javascript routine as the Professional dropdown #1 menu to add the IE5.x and IE6 styles to the stylesheet and provide the 'hover' function. All that is necessary is to produce…

99
Yays

Pure CSS collapsible tree menu

Views 14268   downloads 2716   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>…

153
Yays

jQuery Sliding menu

Views 30698   downloads 3854   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

127
Yays

CSS3-only horizontal drop line tab menu

Views 42514   downloads 7535   Menu & Navigation

Recently, Web Designer Wall posted this really cool tutorial on creating a dropdown menu using only CSS3 (no javascript). Not being one to just sit back and let things sit as is, the approach inspired…