Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Two mouse over fun ctions in one image


Message #1 by "Harpreet" <harpreet@c...> on Tue, 4 Mar 2003 11:58:47 -0500
I like to change the main image of the menu bar and also show a drop down
when I mouse over the main image.

Is this possible?

I already have a drop down when i mouse over how can i add 2 mouse over
functions in the same image.

I got the follwoing from wroxs book on javascript.

<img id="WoodMenuImage" onmouseover="return showMenu(WoodMenuDiv)"
style="LEFT: 15px; POSITION: absolute; TOP:48px" onmouseout="return
hideMenu(WoodMenuDiv)" src="traffic_on.gif" WIDTH="93" HEIGHT="24">

Please help.

Thanks



  Return to Index