Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hierarchical Menus

Status
Not open for further replies.

Ronh

Programmer
Jun 5, 1999
5
0
0
US
I am working on a table of contents for a web site with five possible selections. As a visitor to the site mouses over each selection, a menu appears with links to other pages. Is this done with DHTML or a Java applet? Can anyone let me know how this is done? Thanks for your help.<br>
<br>
Ronh
 
Answer: BOTH<br>
Either can do it; just have to take your pick.<br>
Sorry I'm not very experienced with this form of trick in either form; but I DO know that it is very possible.<br>
<br>
Sorry I couldn't be of more help;<br>
Robherc
 
Use onMouseOver events to bring up an image. Put hotspots on each image and point those hotspots to whatever link you want.
 
i only know how to do it in Javascript, i would imagine that in javascript, it would be much harder, maybe i would be wrong. <br>
<br>
Better to do it in Applet style if you ask me.<br>
<br>
Karl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top