javascript menu

Active DHTML Drop Down JavaScript Menu

[ Menu Home] [ Buy Now ] [ Documentation ] [ Examples & Demos ] [ Help & Support ]

Example - Horizontal Drop Down JavaScript Menu

The menu system was original designed to work with top level button images. However there is a way of creating drop down menu from text within the page.

[ Home ] [ Products ] [ Contact ] [ Help ] [ More ]

The trick here is use a 'blank' button image with a height=1 and width=1. The text is then placed just after the blank image and before the </a> tag. The format of each piece of text is like this:-

<a href="[LINK]" onMouseOut="SDDM_deactivate(N);" onMouseOver="SDDM_activate(N);">
<img name="SDDM_imageN" id="SDDM_imageN" src="blank.gif" width="50" height="15" border="0">Text Here</a>

 

To view the HTML code used to create the above menu click here»

In this example we have placed the text in horizontal fashion, but as with the normal image type configuration, both vertical and split menus can be created.

[ Menu Home] [ Buy Now ] [ Documentation ] [ Examples & Demos ] [ Help & Support ]
Demos and Examples
Horizontal Menu »
Vertical Menu »
Text Menu »
Split Menu »

Documentation
Quick Start »
Parameter Reference »

buy Active DHTML Drop Down JavaScript Menu