Wrap a div (or span) around your image, make your tooltip div a child of the wrapper div and use a mouseenter / mouseleave event handler to show / hide the absolute positioned tooltip div. The trick is to place the div so that the mouse cursor is within it. The tooltip will only be hidden if you move out of the image AND out of the tooltip div (which is a child of the wrapper div).
Stephan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
