I'd like to have a tooltip (preferably using a jquery library) that allows me to pop open a div (who's content I can customize with html - forms, links, images etc.) at the location of a mouseover.
I'd like the div to remained fixed at a location relative to the element that was hovered over (and automatically handle edge of browser cases). Hopefully I'd be able to customize various parameters such as how long after the mouseover the tooltip appears, how long the tooltip remains visible after mouseout (and the ability to keep it open until it is explicitly closed via a close button on the tooltip popup).
A google search yielded a few options but none with all of my requirements (at least from what I've seen). Recommendations are greatly appreciated.