How To Hide And Show Elements To Create A One-Off Page JavaScript / DHTML and DOM
This tutorial will show you how to create information and then, using the Document Object Model, hide and display different pages for a unique organisation technique. This is all fully compatible for people who do not have javascript enabled as well.
AnyLink Drop Down Menu JavaScript / Menus and Buttons
This is an extremely versatile drop down menu script for ordinary links on your page, including image links. It can be activated either onMouseover or onClick. The menu intelligently determines whether the dropped menu is too close to the browser's edge, adjusting its positioning so it's always in view.
Pull-down Menu JavaScript / Menus and Buttons
The pull-down menu is an excellent way to condense many links into a small area. This article first shows you how to create a basic pull-down menu.
Opening a New Browser Window in JavaScript JavaScript / Frames and Window
Learn how to create a new window using JavaScript. This tutorial explains the options for customizing a window including the title, location, size, and if it is resizable. It will also explain how to hide/show the menubar, location bar, status bar, and scrollbars.
Cascading Menu Script Explained JavaScript / Menus and Buttons
Ever wanted to follow a detailed walk-through of a sophisticated JavaScript program? Well get your hiking boots on and join us for a stroll through the entire length of Aaron Prenot's cascading menu script.
Select Menu List JavaScript / Forms
Move items from one menu to another by using two multiple-select menus. Make it easy to create a list, for example. I found this useful when creating a distribution list where I had a set of people available on one side and the list on the other.
CSS Menu Using JavaScript JavaScript / Navigation and Searching
Noticed a flaw with my original JavaScript drop down menu regarding customization using CSS. The problem was this; the LI elements below the #div's that were hidden didn't conform to their own CSS customization and stuck with the rules of the above LI's.
Hiding Div Layers After 5 Seconds (Specified Time - X Seconds) JavaScript / Menus and Buttons
Many things can be done with layers, one of the most useful thing being the navigational drop down menus. Only problem with many HTML editors including Dreamweaver at the moment is that they do not provide an option to close or hide the layers after a specified time.