30
Jan
// php the_time('Y') ?>
ListNav is a jQuery plugin for creating alphabetical navigations from lists.
Once configured, a customizable (via CSS) navigation bar appears above the list, displaying letters from A to Z. When a letter is clicked, the items that start with that letter is displayed.

ListNav shows the number of items under a letter when the letter is hovered.
The plugin is optimized for long lists & can work with both ul and ol lists.
It also supports multiple navigations at the same page and works with all major browsers.
Requirements: jQuery 1.2.6+
Compatibility: All Major Browsers
24
Jan
// php the_time('Y') ?>
Pop! is a simple but effective jQuery plugin for creating dropdown menus.
It enables you to store any content in a container & shows/hides it with the clicks.

How to use it?
- Insert the jquery.pop.js file into your webpage (make sure jQuery is inserted too)
- Initialize it:
<script type='text/javascript'>
$(document).ready(function(){
$.pop();
});
</script>
- Using the preferred pop! class, wrap the content:
<div class="pop">
any content to display
</div>
That’s it.
Requirements: jQuery
Compatibility: All Major Browsers
21
Jan
// php the_time('Y') ?>
JankoAtWarpSpeed is presenting a nice tutorial with source files on creating a beautiful menu similar to Vimeo’s top menu.
The menu is very functional that, within a limited space, a user can browse the website or search it in detail.

I really like the top navigation implemented on Vimeo.com. First time I saw it I wanted to recreate it.
says JankoAtWarpSpeed. And it is succesfully done (although max. browser compatibility is missing, it is a good resource to start building a such menu).
A demo can be found here.
25
Dec
// php the_time('Y') ?>
Update 26.12.2008: This post is updated to reflect the original application.
CSS QuickMenu is a very powerful & web based CSS menu creator application.

After selecting the menu type & clicking the "customize menu" button, you can reach the editor.
The editor helps you to:
- Add/remove/update menus & submenus
- Update colors, fonts, borders..
- Choose animations
- Choose CSS shapes
- Decide whether the menu will be reachable via keyboard or it will be horizontal/vertical & more..
It also enables you to add your own CSS styles and see the results instantly.
After creating the menu, HTML & CSS codes can be reached easilt via the "save" button.
15
Dec
// php the_time('Y') ?>
Styled Menus is a website presenting various free CSS menus.
Menus provided are cross-browser compatible & W3C validated.

There are currently 20 menus & new ones added regularly.
It is a handy resource to directly use them or to get inspired.
Compatibility: All Major Browsers
8
Dec
// php the_time('Y') ?>
Context menus are very helpful, specially in admin pages & web applications, for easier navigation. With just a click, you get the options / shortcuts.
This is a jQuery plugin for creating effective context menus with ease.

The menu can produces valid XHTML & can be customized totally via CSS.
Items in the menu can be disabled & they can be browsed with keyboard too.
For users without JavaScript enabled, it gracefully degrades.
Requirements: jQuery 1.2.6+
Compatibility: All Major Browsers
25
Nov
// php the_time('Y') ?>
This is an easy to implement multi-level drop-down menu.
It is lightweight (1.2kb) & supports multiple instances on one page.

Rather than complicated JavaScript backends, this script converts an unordered list into a menu.
Sub-menus are displayed with an easing animation & it supports all major browsers.
Requirements: No Requirements
Compatibility: All Major Browsers
11
Nov
// php the_time('Y') ?>
CSSPlay is presenting a chic circular menu that can have sub-menus.
Within a limited space, the menu offers a comprehensive browsing experience.

There is also a small information that can be displayed when an item is hovered.
It uses ordered-lists for all major browsers & uses some tables if the browser is IE6.
P.S. The menu is not totally free. A donation is required for use.
Requirements: No Requirements
Compatibility: All Major Browsers
29
Oct
// php the_time('Y') ?>
CSS Drop-Down Menu Framework is a free & cross-browser solution to create good looking menus.
Download package already contains examples but new themes can be created very easily.

Menus can be transformed by only changing the class name. Available transformations are:
- horizontal
- vertical left-to-right
- vertical right-to-left
- horizontal linear
- horizontal upwards.
The framework normally uses only CSS but for IE6, there is a JavaScript file that must be included.
Requirements: No Requirements
Compatibility: All Major Browsers
13
Oct
// php the_time('Y') ?>
idTabs is a jQuery plugin for creating simple to advanced tabs.
Tabs can be added dynamically, the "selected" tab can be acquired, idTabs can be binded to different events like mouseover.

Any element with a class name = idTabs becomes a tabbed area. Every link inside this class becomes a tab & the divs mentioned in these links become the content holders. To be more clear:
<ul class="idTabs">
<li><a href="#jquery">jQuery</a></li>
<li><a href="#official">Tabs 3</a></li>
</ul>
<div id="jquery">If you haven't checked out ...</div>
<div id="official">idTabs is only a simple ...</div>
is a basic 2 tabbed menu.
Requirements: jQuery
Compatibility: All Major Browsers