On Aug 8, 11:04 pm, objective <[EMAIL PROTECTED]> wrote:
> I had noticed that as well, Karl. Sorry I didn't mention that when we
> were exchanging emails regarding the image map issue a while back.
>
> j
>
> On Aug 8, 4:02 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
>
> > On Aug 8, 2007, at 9:12 AM, Pops wrote:
>
> > > Found a IE vs FF behavior difference.  The A links are using
> > > name="title" attributes.   In FF, they are not shown or atleast the
> > > delay is shown that the AJAX results appears and the title tip does
> > > not.   In IE, it is always shown, so now you have two "tips" showing.
>
> > Thanks for bringing this to my attention!
>
> > It seems this line wasn't working in IE 6:
> >         $cluetip.removeAttr('title')
>
> > So, I'll change it to this:
> >         $cluetip.attr('title','')
>
> > Not sure why IE6 wasn't liking .remoeAttr(), but oh well.
>
> > You can take a look at the updated version at htttp://
> > test.learningjquery.com/clue/demo/
> > I wouldn't recommend using it in production, though, because it's
> > just my little test environment. I'm back to trying to fix some weird
> > problems with the drop shadows -- again in IE only -- and then I'll
> > look into the things you mentioned in the off-list email to me.
>
> > Thanks again for testing this stuff.
>
> > --Karl
> > _________________
> > Karl Swedbergwww.englishrules.comwww.learningjquery.com

Reply via email to