[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread David Morton
I don't have this entire thread in my inbox, but it looks like the patch I posted in the other current cluetip thread may be of use here... On Fri, Jul 4, 2008 at 11:21 PM, David Morton <[EMAIL PROTECTED]> wrote: > whoops, I hijacked another thread.. but maybe it applies anyway... lol > > > On Fr

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread C.Everson
On Fri, 4 Jul 2008 23:39:42 -0400, Karl Swedberg wrote: > ok. quick suggestion for now until I look more into this: > > you don't need to use the rel attribute at all. you can instead set > the attribute option to any attribute you want. You could use the > title attribute from the area for

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread David Morton
whoops, I hijacked another thread.. but maybe it applies anyway... lol On Fri, Jul 4, 2008 at 11:20 PM, David Morton <[EMAIL PROTECTED]> wrote: > I know, I'm using the "for" attribute too. The thing is, sometimes all the > valid attributes are already in use for their "proper" uses... the title

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread David Morton
I know, I'm using the "for" attribute too. The thing is, sometimes all the valid attributes are already in use for their "proper" uses... the title attribute is used by thickbox for its caption, and I don't want it set there. (yeah, thickbox needs an option to ignore it) So it would be nice to

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-04 Thread Karl Swedberg
ok. quick suggestion for now until I look more into this: you don't need to use the rel attribute at all. you can instead set the attribute option to any attribute you want. You could use the title attribute from the area for the clueTip title (default) or use the alt attribute for it; you

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-03 Thread C.Everson
On Thu, 3 Jul 2008 14:12:56 -0400, Karl Swedberg wrote: > Sorry for the delay in replying. I'll try to take a look at this > tonight. Thanks Karl! BTW, another issue that I ran into with the Image Maps is that REL appears to NOT be a valid attribute of the tag. This was causing HTML validat

[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-03 Thread Karl Swedberg
Hi there, Sorry for the delay in replying. I'll try to take a look at this tonight. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 3, 2008, at 5:27 AM, C.Everson wrote: Hello, I've been working with ClueTip (GREAT plug-in!) and image maps. After