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.
Image Map Drop Down Menus (IE4+) & (NN4+) JavaScript / Menus and Buttons
Use the following DHTML script to give a neat navigation for your site without much code involved. It is easy to integrate and modify for an amateur designer, however you need to have some knowledge of HTML.
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.
From DHTML to DOM Scripting JavaScript / DHTML and DOM
In this chapter Beginning JavaScript with DOM Scripting and Ajax, you'll learn what DHTML was, why it is regarded as a bad way to go nowadays, and what modern techniques and ideas should be used instead.
SmartWebby's Guide to Simple Dynamic HTML (DHTML) JavaScript / DHTML and DOM
This javascript guide is especially for those who are trying their best to learn DHTML by dissecting code written by others and for people who don't know much about programming but are interested in making their web sites look Dynamic with simple add-ons.
Drop down date select JavaScript / Forms
This script displays the current date inside a form via 3 prefilled drop down menus (day, month, year). The visitor can then specify a different date if he/she wants. You can have multiple drop down dates within the same form as well.
Text Link Color Flips with DHTML JavaScript / DHTML and DOM
How to change the color of a hypertext link when the mouse passes over. Before the advent of DHTML, about the best answer I could give to get this effect was to make the link an image and get the effect.