Poshy Tip - Stylish Tooltips Plugin for jQuery
Poshy Tip is stylish tooltips plugin for jQuery that allows us to creating stylish tooltips easily and also includes the most useful features for such a script. Poshy Tip use single Background Image for scalable tooltips. You need to create one big image for the tooltip body - e.g. something like 1024×768 pixels (which should be enough for anything you may want to display inside a tooltip in the browser viewport).
With Poshy Tip you can position the tips relative to the mouse cursor or to the target element and align them in every possible way horizontally and vertically (note the alignTo, alignX and alignY options).
Poshy Tip supports using a function for returning the tooltip content and the script also passes an update callback function as an argument to this function. By using this callback, you can easily update asynchronously the content of the tooltip after it has been displayed.
Requirements: JQuery
Demo: http://vadikom.com/demos/poshytip
License: MIT License, GPL License