[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-29 Thread Rick Faircloth
6:19 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the tip to display to the right... Hi Rick, On Jul 29, 2007, at 2:39 PM, Rick Faircloth wrote: Is there a way to turn off the question mark that appear on mouse-over of a cluetip? Now there is. :-

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-29 Thread Karl Swedberg
] On Behalf Of Karl Swedberg Sent: Sunday, July 29, 2007 12:55 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the tip to display to the right... On Jul 29, 2007, at 12:40 AM, Rick Faircloth wrote: If you look at my demo page again: http://www.whitestonem

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-29 Thread Rick Faircloth
PROTECTED] On Behalf Of Karl Swedberg Sent: Sunday, July 29, 2007 12:55 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the tip to display to the right... On Jul 29, 2007, at 12:40 AM, Rick Faircloth wrote: If you look at my demo page again: <h

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Karl Swedberg
On Jul 29, 2007, at 12:40 AM, Rick Faircloth wrote: If you look at my demo page again: http://www.whitestonemedia.com/ cluetip_test/cluetip-test.html you’ll notice that I put up 4 linked images with 4 cluetip images. Everything works as expected until I mouse over the images one after anot

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Rick Faircloth
Sunday, July 29, 2007 12:35 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the tip to display to the right... ha! you figured it out before I sent my last note. nice work! As for positioning it above or below ... I kind of like that idea. I'll

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Rick Faircloth
ight, top, or bottom, whichever happened to provide the best view of the tip. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Sunday, July 29, 2007 12:35 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the t

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Rick Faircloth
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Sunday, July 29, 2007 12:27 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the tip to display to the right... Hi again, After taking a closer look at your implementa

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Karl Swedberg
k is in the middle of the page. Is it possible now to have the tip show up above or below the link? Thanks for the help! Rick From: jquery-en@googlegroups.com [mailto:jquery- [EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Saturday, July 28, 2007 11:58 PM To: jquery-en@googlegroups

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Rick Faircloth
I think we hit upon the problem at the same time. (see my next message) Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Sunday, July 29, 2007 12:27 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the tip

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Karl Swedberg
Hi again, After taking a closer look at your implementation, I noticed that you set the width of the clueTip to 410, even though the photo width is 600px: $('a.load-local').cluetip({local:true, arrows:true, sticky: false, dropShadow: false, width:410}); That is for sure going to mess i

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Rick Faircloth
have the tip show up above or below the link? Thanks for the help! Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Saturday, July 28, 2007 11:58 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Issue: I can only get the t

[jQuery] Re: ClueTip Issue: I can only get the tip to display to the right...

2007-07-28 Thread Karl Swedberg
Hi Rick, Here is how the clueTip positioning is supposed to work: * switches from the right side of the link to the left side, if there is not enough room between the link and the right edge of the browser window * moves up until the whole clueTip is visible, if the link is too clo