[jQuery] Re: ClueTip problem on initially hidden fields

2009-09-29 Thread Sarah B.
Thanks Karl! The leftOffset did the trick. On Sep 18, 8:01 pm, Karl Swedberg wrote: > Hi Sarah, > > Not sure what's causing that issue, but one workaround is to set the   > leftOffset option to 30 or so: > >    $('span.tooltip[title]').cluetip({ >      splitTitle: '|', >      arrows: true, >  

[jQuery] Re: ClueTip problem on initially hidden fields

2009-09-18 Thread Karl Swedberg
Hi Sarah, Not sure what's causing that issue, but one workaround is to set the leftOffset option to 30 or so: $('span.tooltip[title]').cluetip({ splitTitle: '|', arrows: true, dropShadow: false, cluetipClass: 'jtip', leftOffset: 30 }); (you don't need position: 'auto'

[jQuery] Re: ClueTip problem on initially hidden fields

2009-09-17 Thread Yermo
Unfortunately, in my case it turned out to be something different (initializing the cluetips multiple times by mistake). Under firefox it's now working for me even on newly exposed hidden tabs. -- Yermo http://www.formvista.com On Sep 16, 12:24 pm, "Sarah B." wrote: > I am using the clueTip pl

[jQuery] Re: ClueTip problem on initially hidden fields

2009-09-17 Thread Yermo
I am having the same problem here. Initially I thought it might just be using cluetip with the jquery.ui tabs control, however I have been able to reproduce it by simply including a cluetip in a hidden container. In this case none of the cluetips on the page work. Remove the hidden container and

[jQuery] Re: cluetip problem on iPhone/Mobile Safari

2009-05-20 Thread Karl Swedberg
Hi Matt, I wish I had an iPhone to test this out with, and I wish I had a solution to your problem. Anyone else know a possible workaround? --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 19, 2009, at 12:38 PM, Matt Riley wrote: First off, a quick

[jQuery] Re: Cluetip problem

2008-02-24 Thread Karl Swedberg
I think your problem is different. It looks like part of the tooltip is hitting the mouse, and that causes a mouseout from the invoking element, which closes the tooltip; when the tooltip then closes, the mouse is once again over the invoking element. This continues. You might want to try

[jQuery] Re: Cluetip problem

2008-02-24 Thread fshuja
i have the same problem please check in FF http://www.unirazz.com/tooltip.html the tooltip flicks. i have tried to setup the cluetip with new element but same problem. please help thnks

[jQuery] Re: ClueTip Problem!!!

2008-02-17 Thread Karl Swedberg
Please see my reply to your other post with the same question yesterday: http://groups.google.com/group/jquery-en/browse_thread/thread/e749ef3c3faf1b8d/eb43c5f1e09109e5?lnk=gst&q=cluetip#eb43c5f1e09109e5 --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On F

[jQuery] Re: Cluetip problem

2008-02-08 Thread hnzz
On Feb 3, 8:56 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > 1. Set the cluetip div's parent element to position: relative. By > default, the cluetip is appended to the body, so you could set the > body to position:relative. Otherwise, use > $.cluetip.setup(insertionElement: 'new parent element

[jQuery] Re: Cluetip problem

2008-02-03 Thread Karl Swedberg
On Feb 3, 2008, at 11:19 AM, hnzz wrote: I am using the cluetip plugin for my pages. It works very nice in IE7 but when using with Firefox the embedded flash content on the pages sort of flicker when a tip pops up. Yes I have set the wmode to "opaque" but no avail... Any help much appreciated