you could try this package. free and easy.
http://developer.netscape.com/viewsource/smith_menu2/smith_menu2.html
On Wed, 10 Jan 2001, RK wrote:
> Deepak:
>
> There are several otions for doing this. If you use products such as
> Dreamweaver, investigate behaviors -- as they write nice little code that is
> cross browser compatible.
>
> Option 1. Please down load the following file and implement in your web
> site.
>
> http://netscape.zdnet.com/framer/hud0022460/www.zdnet.com/devhead/filters/0,
> 9429,2133214,00.html
>
> Look for cascading menus link and follow it. This is an easy to implement,
> well written drop down menu system.
>
> Option 2: Write your own javascript using the following steps.
>
> step 1: develop a layer containing drop down menu list
> step 2: set the layer visibility to hidden
> step 3: For the code that contains the link where the drop down should
> occur, add a onmouseover = java script function such as showImage
> step 4: for the layer write the hide image function.
>
> If you need full details of this type of approach please contact me at the
> above address.
>
The problem is that your menus can't be shown on top of the border of a
frameset (only in frames)
to go beyond frame borders, you need Java (try the awt popupmenu)
Have fun,
Sloot.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]