Maybe use the HoverIntent() plugin and fire the onmouseout event manually? Glen
On 8/14/07, insmac <[EMAIL PROTECTED]> wrote: > > > Hello, > > Let's say I have an ordinary hover action triggered by mouse. It fires > an event when the curson is over the particular div an its position is > steady for a specific amount of time - and the other one when it > detects mouse move. But the action can't be repeated unless I go with > the cursor out of a div that is sensitive to this actions. > > The question is, is there any way to reset an event, tell the script > I'm out that div when I'm actually not? > > Cheers > >