Search found 5 matches

by Vince86
Wed Sep 06, 2006 10:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: tooltip: how to disable the IE hint on a link with alt tag?
Replies: 9
Views: 5724

sorry admin it doesn't work ;) the "this" point to the "a" tag, but this works (for IE, else use document.all["img"]):

<a href="mylink.htm" onmouseover="document.getElementById('img').alt='';showtip('my tooltip');" onmouseout="hidetip();"><img id="img" src="myimage.gif" alt="theAltTag"/></a>
by Vince86
Wed Sep 06, 2006 12:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: tooltip: how to disable the IE hint on a link with alt tag?
Replies: 9
Views: 5724

I have the solution! I have to add an empty title tag:

<img src="image.jpg" alt="blabla" title="" />

:D
by Vince86
Tue Sep 05, 2006 11:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: tooltip: how to disable the IE hint on a link with alt tag?
Replies: 9
Views: 5724

You confirm my sentiment, there is no solution to this problem.
Thanks

Vince
See you in 2010 with IE7 and FireFox10...
by Vince86
Tue Sep 05, 2006 11:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: tooltip: how to disable the IE hint on a link with alt tag?
Replies: 9
Views: 5724

Hi,
the problem concerns the Milonic Tooltip implementation (I'm a registred user of the Milonic menu).
The problem is that I have both tooltips (IE and the milonic tooltip) when I use this code:

<a href="mylink.htm" onmouseover="showtip('my tooltip');" onmouseout=hidetip();><img src="myimage.gif ...
by Vince86
Tue Sep 05, 2006 11:48 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: tooltip: how to disable the IE hint on a link with alt tag?
Replies: 9
Views: 5724

tooltip: how to disable the IE hint on a link with alt tag?

Hi,
all is in the title:
how to disable the IE hint on a link with an alt tag?
I guess a css property but can't find whichone.
Thanks!
Vince