Tooltips not showing on html links

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
tootricky
Advanced
Advanced
Posts: 28
Joined: Tue Dec 07, 2004 4:07 pm

Tooltips not showing on html links

Post by tootricky »

I have just upgraded to the newest versions of the menu and tooltips but I have a problem. Tooltips used in <a href> tags just aren't working anymore. I noticed that the syntax for calling a tooltip in the menu has changed from:

onfunction=showtip(blahblah...

to

tootip=blahblah....

(wouldn't it be prudent to change the information on http://milonic.com/menusample6.php to match this new method????)

has the syntax for calling a tooltip in the html changed accordingly? :|

Also I have never ever ever got maxwidth in the tooltips setup to work; particularily long tooltips just display in one long line rather than wrapping.
tootricky
Advanced
Advanced
Posts: 28
Joined: Tue Dec 07, 2004 4:07 pm

Post by tootricky »

Okay, I can offer slightly more information:

my links are like this:

<a href="#" onmouseover="showtip('Here is some tool tip text')" onmouseout="popdown()">text</a>

Windows Browsers:
Opera and IE for Windows - the tooltip displays as normal
Firefox - no tooltip

Mac Browsers:
Safari, Camino, Firefox, Opera - no tooltip.

Any one have a clue why?????
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Could we have a link, please? Or post your menu_data.js file here so I can see the way you have the tooltip in that file.

Ruth
tootricky
Advanced
Advanced
Posts: 28
Joined: Tue Dec 07, 2004 4:07 pm

Post by tootricky »

Ruth wrote:Could we have a link, please? Or post your menu_data.js file here so I can see the way you have the tooltip in that file.

Ruth
Thanks Ruth,

http://www.purves-trade.co.uk/catalogue.php]

But my problem is not with the menu tooltips; they work fine in all browsers... my problem is with static html links in the page that use tooltips: On the page above there is a tooltip link to explain "PDF"... It doesn't work in all browsers...

Thanks
tootricky
Advanced
Advanced
Posts: 28
Joined: Tue Dec 07, 2004 4:07 pm

Post by tootricky »

Can nobody from Milonic help with this bug?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Which browsers is it NOT working in?

Looks OK to me in IE6
tootricky
Advanced
Advanced
Posts: 28
Joined: Tue Dec 07, 2004 4:07 pm

Post by tootricky »

Firefox for Windows and all Mac browsers DO NOT work
codlord
Advanced
Advanced
Posts: 20
Joined: Thu Sep 05, 2002 10:20 am
Location: UK

Post by codlord »

Also the new tooltip= thing should be updated on this page:
http://milonic.com/menumodules.php

I just spent half an hour trying to work out why my tooltips were not working any more! I did'nt know the syntax had changed and that page still says to use showtip:

"USE: Declare the tool tip in your menu item. To do this add a menu item property called onfunction=showtip to your menu items like this: onfunction=showtip('Your Text Here');"
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

I'm working on it as we speak - Demos and changing the docs
tootricky
Advanced
Advanced
Posts: 28
Joined: Tue Dec 07, 2004 4:07 pm

Post by tootricky »

Andy wrote:I'm working on it as we speak - Demos and changing the docs
Andy,

Any luck with finding an answer to this problem?
Post Reply