javascript_howto thread: Two mouse over fun ctions in one image
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
|





