[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-16 Thread Karl Swedberg
yes, that's because the cluetip is "sticky." The mouseOutClose option works for mousing out of the cluetip, so you basically have two choices there -- click the "close" link or mouse out of the cluetip. There isn't currently an option for hiding the cluetip when you mouse out of the link wi

[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-16 Thread Randy
Try hovering over the link and then move the mouse to the left (without going over the actual cluetip). The cluetip stays active. On Jul 10, 7:43 pm, Karl Swedberg wrote: > you're moving over and then to the right of the tooltip? strange. it's   > working fine for me. which browser are you usin

[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-10 Thread Karl Swedberg
you're moving over and then to the right of the tooltip? strange. it's working fine for me. which browser are you using? I just tested again in FF3.5 and Safari 4, both Mac. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 10, 2009, at 5:24 PM, Randy w

[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-10 Thread Randy
Looking at your demo, jTip Style clueTip, if you move over then and then move the mouse to the right, it still doesn't close the cluetip On Jul 9, 10:54 am, Karl Swedberg wrote: > Hi Randy, > > If I understand your problem correctly, I fixed this last week. The   > updated version can be found o

[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-09 Thread Karl Swedberg
Hi Randy, If I understand your problem correctly, I fixed this last week. The updated version can be found on Github: http://github.com/kswedberg/jquery-cluetip/tree/master I also just now updated the demo. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com O