Check out this tooltip plugin, it includes a fade-option that handles the queuing issues: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
Jörn On Thu, Oct 30, 2008 at 3:13 PM, TS <[EMAIL PROTECTED]> wrote: > > Hello all, > > I have created som tooltip code for hyperlinks. I am having an issue > with queueing of events. Like when I mouseover multiple links the > tooltips queue up and the page goes thru every fadein fadeout. > > 1. Is there a way to prevent this? Ive tried chaining .stop() to the > mouseout event but that doesnt work right. > > 2. id there a way to put a timer on the tooltip to make sure they > hover over the link for say 1 sec before the TT is shown? > > Thanks! > TS >