The code:
<div id="Navigation" onmouseover="new Effect.toggle('Drop_Down','slide',{duration: 0.8});" onmouseout="new Effect.toggle('Drop_Down','slide',{duration: 0.8});"> <div id="Drop_Down"> <% include Navigation %> </div> </div>
With Drop_Down mouse on Drop_Down Navigation Drop_Down slides down, and with Drop_Down mouse up.
The problem is that if I Drop_Down mouse on the child Drop_Down it will also Drop_Down up.
Does anyone know how I can fix this?
javascript prototypejs javascript-events dom-events drop-down-menu scriptaculous
Abadon
source share