http://docs.jquery.com/Events/hover
-- Ariel Flesler http://flesler.blogspot.com On 1 abr, 21:26, jquertil <[EMAIL PROTECTED]> wrote: > not sure if my problem actually can be solved - it might be to > inconsistent with the event logic of any programming language... bt > anyhow, here goes: > > 1. a mouse rolls over an element, firing the mouseover event. > 2. the action bound to the mouseover executes > 3. the mouse rolls off the element, firing the mouseout event > 4. the action bound to the mouseout event executes. > > The twist: > while still *inside* the element, the mouse rolls over *another* > element which was created in step 2. , thus firing the mouseout. This > is not supposed to happen. > > Now what? > > Thanks for thinking about this...