|
I am having trouble with this code. I have an image rollover that utalizes onmouseover & onmouseout. by itself it works fine. I just added a javascript for a dropdown(floating) navigation menu and now the onMouseOut event does not work.
My Code:
<a href="./temp2.html" onMouseOver="dropdownmenu(this,event,'anylinkmenu1 ');MM_swapImage('Image3','','images/temp_over_11.jpg',1)" onClick="return clickreturnvalue()" onMouseOut="MM_swapImgRestore()" >
Any ideas??
Last edited by spencermjax : 09-12-2005 at 10:17 PM.
|