Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:00
onmouseover, onmouseout within the link in the menu element.
Poster: osama
Dated: Wednesday October 29 2003 - 11:31:56 GMT
<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
same issue
Poster: calebgriffin
Dated: Monday November 24 2003 - 3:18:19 GMT
I have the same exact issue. I want mouseover triggers on each of my menu options. How do I do this?