Combobox drop down menu
Use the select tag to create a drop-down list. The options in the list are the menu items. On selecting an option, the popup window will appear with the selected url.
Use the select tag to create a drop-down list. The options in the list are the menu items. On selecting an option, the popup window will appear with the selected url.
JQuery CSS sprites menu navigation. The menubuttons are all loaded from a single image using background positioning. This means less HTTP requests, better loading time. This is a scriptbreaker.com JQuery extention that fades the menu buttons on roll over.
The Drop Down Panel menu adds a pull down panel when you hover a menu button. This script is made as JQuery plugin. It can be used from horizontal menus as well as for vertical menus.
At the moment of writing this script the JQuery core library doesn't support background color fading. If you want to use background fading you need to use the JQuery color plugin. This script demonstrates how to use JQuery with the color plugin to fade the background color of menu buttons.
jQuery accordion menus are menus that act like a musical accordion, with regards to their ability to expand and contract based on user interactions. This helps display additional information for the active menu items, while hiding non-relevant information from the user. Additionally, it can help add more content without sacrificing white space, leading to more usable and attractive user interface design.
This script creates a menu with two levels. The second level is hidden and will only appear when you move over a menu button. The menu buttons of the second level are displayed on a single row. This is a userfriendly menu type and saves a lot of space on the page. Although the second menu slides from under the first menu. This effect is obtained by using JQuery.
The JQuery slide down menu is composed of a number of li headers. Upon clicking these headers, its menu items are revealed with a sliding DHTML effect.