Hi Jen! Glad to see you on the list here. Sorry for the delay in getting back to you on this.

Are you also having the problem only in WordPress? I'm not able to reproduce it.

Here is a test page I put together.

http://plugins.kswedberg/cluetip/demo/image.html

The first image is using the title attribute for the cluetip contents and the second one is using a separate file. They both have alt text and title text, but I don't see it showing up in the "standard yellow title" tooltip using Internet Explorer 6.

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Dec 1, 2008, at 4:16 PM, jen wrote:


Hi Karl,

Jen from FOWD here. :) I tried putting that in & it isn't working, but
that's a great idea, and maybe, just maybe, I can learn how to write
some javascript of my own along that line.  I'll work on it with my
reading tonight.

If a definite answer occurs to you (in all that spare time you
have!!! ), feel free to share!

Thanks!
jen

On Dec 1, 3:43 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
Could you just remove the alt text on mouseover and add it back in on
mouseout? Untested (written in mail):

var imgAlt = '';

$('img').hover(function() {
   imgAlt = this.alt;
   this.alt = '';}, function() {

   this.alt = imgAlt;

};

--Karl

____________
Karl Swedbergwww.englishrules.comwww.learningjquery.com

On Dec 1, 2008, at 3:24 PM, jen wrote:



This is the same issue I'm having. Mac Safari and FF are good enough
to hide the regular browser title display, but Win 98 & XP show the
standard yellow title text.

Anyone else have this happen?

Thanks!
jen

On Nov 21, 4:56 pm, jmueller0823 <[EMAIL PROTECTED]> wrote:
Okay.
Looks like this is what's happening (in WordPress)

1. Using a text link,ClueTipworks perfectly.
2. If using an image, thetitledisplays when hovering the image.

Ideas anyone?  Thanks.

On Nov 20, 3:22 pm, jmueller0823 <[EMAIL PROTECTED]> wrote:

This is installed in Wordpress, wondering if WP default styles are
causing issue?
Otherwise,Cluetipworks fine.

Testing outside of Wordpress did not have this issue.

Thanks!

Jim

Reply via email to