[jQuery] positioning [tooltip]

[jQuery] positioning [tooltip]


I am using the excellent Tooltip plugin from
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ and had a
quick question on the settings.
The top-left corner of the tooltip tracks the mouse pointer, and
positioning is according to the top-left corner.
I'd like to use the top-right corner instead, so the right edge of the
tooltip is adjacent to the pointer, not the left edge. Any ideas on
how to do this? In some cases I might also like to use the bottom-left
corner.
Thanks!