Helpful Information
 
 
Category: Javascript
Menu help

Hi!

I'm looking for a menu script that when you put your mouse over an image, it shows links on a different location on the page.

For example:
..............|Image 1|Image 2|
| Links |
|........|
|........|

Sorry, poor diagram >.<"

Anyways, when I put my mouse over Image 1, links will appear under where the 'Links' is. And the menu stays there until I put my mouse over Image 2 which then another set of links appear under 'Links'

I would also like to add that the Images are roll over images, so when I put my mouse over Image 1, another Image appears.

Please help.

Thankyou

My suggestion, You can combine AnyLink Drop Down Menu (http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm) and DOM Image Rollover (http://www.dynamicdrive.com/dynamicindex15/domroll.htm)

Change this

<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>
to

<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()"><img src="before.gif" hsrc="after.gif"></a>
Hope that helps :)










privacy (GDPR)