
menus
Get flash to fully experience Pearltrees
accordion
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.
CSS-based Dropdown
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.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.
jQuery iPod-style Drilldown Menu
Create an apple style menu and improve it via jQuery | Kriesi.at
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.

