menus

TwitterFacebook
Get flash to fully experience Pearltrees
accordion

http://www.javascriptkit.com/script/script2/dropdownpanel.shtml

Cut & Paste Drop down Panel script

Cut & Paste Drop down Panel script Description: Drop Down Panel adds a pull down panel to the top of your page that contains external content fetched via Ajax. Visitors click on the protruding button to cause the panel to drop down and reveal its content. Clicking anywhere on the panel again closes it. You can easily customize the height of the Panel, button text (ie: "panel content"), and drop down speed in milliseconds.
There is a great ALA article that discusses CSS-based dropdown menus. It shows how to create "smart little menus that do the “DHTML” dropdown dance without sacrificing semantics, accessibility, or standards compliance". Since, the authors have written another article: Son of Suckerfish Dropdowns . I found this solution amazing. I was impressed with the clean structural markup and the lightweight script. Unfortunately, as with many other CSS "tricks", this technique appeared to me pretty much "experimental" since it was not supported by NN6 or MSIE5 Mac. http://www.tjkdesign.com/articles/dropdown/default.asp

CSS-based Dropdown

http://www.developerfox.com/13-excellent-tutorials-on-creating-jquery-navigation-menu/584 DeveloperFox Email Alerts Be informed when the site updates or, fill out the old Sign Up Form

13 Excellent Tutorials On Creating jQuery Navigation Menu | Deve

13 Awesome Javascript Animated Flash Like Menus

This tutorial illustrates how to implement a nice animated menu using Mootoolsand some lines of CSS and HTML code ready to reuse in your project. A jQuery iPod-style drilldown menu to help users traverse hierarchical data quickly and with control. It’s especially helpful when organizing large data structures that don’t translate well into traditional dropdown or fly-out menus. MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system. The BDC DrillDown Menu is a compact, hierarchical drilldown menu implemented as a jQuery plugin. A drilldown menu takes up constant space like an accordian menu but offers the deep hierarchy of a flyout menu at the same time. http://devsnippets.com/menu-post/13-awesome-javascript-animated-flash-like-menus.html
http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started

Superfish - Suckerfish on 'roids

Viewing this example in Internet Explorer will show that the sub-menus appear above the elements, as they should. If your layout makes it likely that the sub-menus will be required to overlap form elements you will run into a bug in Internet Explorer 6 whereby the select elements appear above the sub-menus. You can fix this by applying Brandon Aaron’s bgIframe plugin like this:
Update: We contributed this menu plugin to the jQuery UI library. It’s currently being refactored and slated for upcoming release. You can track its progress at the jQuery UI Planning Wiki ( Menu planning page ), or better, post feedback or share your own ideas about the jQuery UI planning process by joining the planning wiki . We got lots of fantastic feedback on our earlier iPod-style menu, and decided to upgrade it for jQuery 1.3. In the process of refining the script, we morphed it into more of a menu system, which can be used to create a simple dropdown menu for a single list of options, a flyout menu for a smaller hierarchical list of options where child menus are displayed next to the parent menu on mouseover, and two variations on the iPod style, one with a back button and another with a linked breadcrumb to let users easily traverse back up the hierarchy. http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus//

jQuery iPod-style Drilldown Menu

Create an apple style menu and improve it via jQuery | Kriesi.at

http://www.kriesi.at/archives/apple-menu-improved-with-jquery Since I wrote my last tutorial on how to create a CSS only multilevel dropdown menu I got a lot of visitors who wanted to know how I created the main navigation of kriesi.at. (a so called kwicks menu ) The interest in extraordinary menus seems to be high nowadays, so today I will teach you how this is done. Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last but not least improve it via jQuery . After creating a single JPG file out of photoshop we will use a fairly common technique called CSS Sprites to display the menu.
Bookmark this article at these sites: It is easier for keyboard users to navigate through long nested lists (mainly navigation menus) when these are " hidden " through the use of " display:none "; but unfortunately for these users, most web designers/developers choose other techniques to make sure all links are exposed to search engines and assistive devices. For this reason, such lists are often "painful" for keyboard users to navigate. So what this script does is that it creates " skip links " to let users skip entire nested lists (in visual browsers these links do not appear unless users use tabbing navigation). This solution is based on a Definition List that includes Unordered Lists.

Keyboard Navigation made easy with this DOM Menu

http://www.tjkdesign.com/articles/keyboard_friendly_dom_menu.asp

CSS-Based Navigation Menus: Modern Solutions | CSS | Smashing Ma

Navigation menus have to be intuitive, precise and easy-to-use. One simple, basic principle, which is common for all kinds of nav bars you would ever want to use for your projects. In fact, navigation menu is probably the most important element in web design: after all, it is being used more often than any other element on a given page. Therefore it’s important to make sure that your visitors will find they way around the site structure – however complex the latter might be. So how do designers cope with a challenging task to create an attractive and usable menu? http://www.smashingmagazine.com/2007/03/14/css-based-navigation-menus-modern-solutions/
http://meyerweb.com/eric/css/edge/menus/demo.html

Pure CSS menus

No! Yes! That's what happens when you have a rendering engine (Gecko, in this case) that permits hover styles on arbitrary elements. Okay, it also has to be good at positioning, but fortunately for us, Gecko's positioning code is up to the task. Dig into the markup and the CSS.

animated navigation menu using (X)HTML and Javascript

I've had some nice feedback for my Javascript animation tutorial which has also been featured on Dom scripting task force website. Being the layman I am, this made me quite proud! Inspired by the positive feedback, I decided to make a detailed step by step tutorial on how to make a compelling menu using some xhtml, javascript and css, and the animation basics I laid out on my animation tutorial. Top Samples The moral of the story is not turning to flash animation just to show your users a little eye-candy, and eye-candy can be fed to users while still having an accessible, search-indexable, copy-pastable, nicely printable content. (Tho I will not concentrate on every issue here, you can have really good articles on accessibility on 456 Berea Street .)

The ULTIMATE CSS only drop-down menu

A bit of a rewrite to 'hone' this to a bare minimum. I have now removed the double top level links from my previous examples and replaced them with just one link that is understood by IE6 and below to be a nested link and by non-IE browsers to be a standalone link. How?