[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Karl Swedberg
On Nov 15, 2007, at 3:55 PM, Shelane wrote: Do you have a demo with the arrow and the shadowed theme (first set)? I do now. :-) Thanks for the suggestion. Check out default style example #4 now: http://plugins.learningjquery.com/cluetip/demo/ I noticed that each version is getting smalle

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Karl Swedberg
Hi Geoff, Looks like both of your emails eventually came through. Wow, thank you so much! I'm really looking forward to reading that book. We have an old copy of it at work, but it's woefully outdated. This new one will be a terrific addition to my reference shelf. I'm giddy just thinking

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Geoff Millikan
Karl, I wrote a long response that I guess never got posted. Suffice it to say I bumped the margin up to like margin: -24px -12px 0 0; which looked better in IE6.0.x and FF2.x to me. Got everything else working. Thanks for the great tool and please keep up your work on it. Definitive guide

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Geoff Millikan
Karl, I changed it to margin: -24px -12px 0 0; and in IE6.0.29 SP2 it looks exactly centered top to bottom. With the same settings in FF2.0.0.9 the text looks just a tad too low in the clueTip but it's only a pixel or two too low. So I'm going to use the -24px for the top margin. I'll be sure

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-15 Thread Shelane
Do you have a demo with the arrow and the shadowed theme (first set)? I noticed that each version is getting smaller in k size. What's your secret? On Nov 15, 5:48 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Geoff, > > Thanks for checking out the plugin! > > > Example #1 on the "Rounded C

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-15 Thread Karl Swedberg
Hi Geoff, Thanks for checking out the plugin! Example #1 on the "Rounded Corners Theme" doesn't really work because the content in the clueTip is shifted down, out of vertical alignment within the clueTip. I'm guessing maybe it can be shifted up by playing with the padding? I'll give it a sho

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-15 Thread Geoff Millikan
I like the arrows on the rounded corners! Nice! Example #1 on the "Rounded Corners Theme" doesn't really work because the content in the clueTip is shifted down, out of vertical alignment within the clueTip. I'm guessing maybe it can be shifted up by playing with the padding? I'll give it a sh

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-14 Thread Karl Swedberg
Hi t1shopper, The new version 0.9.3 is now on the project page: http://jquery.com/plugins/project/cluetip Check out the first rounded-corners example here: http://plugins.learningjquery.com/cluetip/demo/ I'm hoping that is what you're looking for. Cheers, --Karl _ Karl Swedber

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-14 Thread Karl Swedberg
On Nov 14, 2007, at 2:57 PM, t1shopper wrote: Unfortunately, changing the value of the margin-top property of the .cluetip-rounded #cluetip-inner class doesn't fix it. If I make it any bigger than margin: -12px -12px 0 0;, it makes a white stripe across the clueTip. I tried playing with some

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-14 Thread t1shopper
Unfortunately, changing the value of the margin-top property of the .cluetip-rounded #cluetip-inner class doesn't fix it. If I make it any bigger than margin: -12px -12px 0 0;, it makes a white stripe across the clueTip. I tried playing with some of the other classes and didn;t get much better.

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-14 Thread Karl Swedberg
yeah. unfortunately, you have to show the heading area for the rounded theme. But you can compensate for that by changing the margin- top property of .cluetip-rounded #cluetip-inner to something like -18px. So instead of margin: 0 -12px 0 0; it would be margin: -18px -12px 0 0; Not ideal