Event Mouseout on a div containing a slider

Event Mouseout on a div containing a slider

Hello,


I have trouble in handling an event. The fact is that when I click on a link, a div appears under my mouse and this div contain a slider (it permits to change an incremental value). I want the div container to disappear when the mouse leave this div. But the problem is that the mouseout event is triggered when the mouse leaves the SLIDER !

There is no code problem the .mouseout(function(... is done on the container and not on the slider.

Any idea ? maybe a propagation stuff but I am not very familiar with that.

Thanks for your help


K.