onmouseover, onmouseout within the link in the menu element.

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
osama
Beginner
Beginner
Posts: 1
Joined: Wed Oct 29, 2003 12:15 pm

onmouseover, onmouseout within the link in the menu element.

Post by osama »

<a href="index.htm" onmouseover='subimage0.src="images/index1024-768/link1.11.jpg"; mainimage.src="images/subimage_0.jpg"'
onmouseOUT='subimage0.src="images/index1024-768/link1.jpg"; mainimage.src="images/index1024-768/index8.1.jpg"'>
<img border="0" name ="subimage0" src="images/index1024-768/link1.jpg" width="304" height="23">
</a>

Dear Sir;
GOOD DAY.

Please see above code, I want to put the image named "subimage0" in the menu or if not acceptable I can put a text rather than an Image but the main problem is I want after put the element in the menu I want to fire onmouseover and onmouseout functions when the user put the mouse over the array element.

I hope this is acceptable in DHTML Menu version 3.3.19. We can purchase version 5 if we can handle this problem.
Please advice.
Thank you and Regards
Osama Darawsheh
calebgriffin
Advanced
Advanced
Posts: 10
Joined: Sat Sep 13, 2003 10:37 pm

same issue

Post by calebgriffin »

I have the same exact issue. I want mouseover triggers on each of my menu options. How do I do this?
Post Reply