I've done some tool tip-related stuff myself recently. I found it easiest to have an initially hidden element with absolute positioning somewhere. Using events I display the tooltip next to the element using jQuery.offset, jQuery.height and jQuery.width.
On Jun 18, 1:36 am, se <[EMAIL PROTECTED]> wrote: > here's what i'm trying to achieve, a tooltip that looks like this > <http://wa5190.fv15.de/transfer/tips/> and stays open until closed (no > close button there atm). is this possible, and if so -- how? i tried > to rebuild this into the page from where the tooltip is called but i > couldn't get it to work at all. any help on how to proceed here is > highly appreciated!