Topic awaiting preservation: Increasing tooltip delay. |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Israel |
posted 05-13-2002 08:41
We use ALT attribute as tooltip over points in site charts. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 05-13-2002 12:47
Yossi Admon: I suspect if you have a play with document.images[n].alt you should have some success. I haven't come across anything that does exactly what you want and it may only be possible in IE |
Bipolar (III) Inmate From: Israel |
posted 05-13-2002 13:28
I thought in IE this is something like registry key. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-13-2002 22:56
Wait, you mean changing the delay before a tooltip appears? |
Bipolar (III) Inmate From: Israel |
posted 05-14-2002 07:12
I try the use of Title instead of Alt and it seems to be the same problem, after 3-5 seconds the tooltip disappear. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 05-14-2002 13:05
Yossi Admon: That seems a different problem to the first one you mention - I've just tried it in IE6 and the tooltip will persist as long as the mouse is over the element. Different browsers may do different things. How much text do you have in your tool tip? It is always unwise to use too much text in the ALT attribute anyway (another good reason why you should use TITLE). |
Bipolar (III) Inmate From: Israel |
posted 05-14-2002 20:32
I've tried it with IE5.5 and IE5, in both it vanished after few seconds (even when I tried it with TITLE). |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-14-2002 21:13
Well, in my IE 6 / WinXP the tooltips (ALT and TITLE) vanish after five seconds, too. But I'm pretty sure that you can't influence that behaviour via HTML, it's built either into the browser or the operating system. |
Maniac (V) Inmate From: Charles River |
posted 05-14-2002 23:21
I don't know if this is what you want, but take a look at this page: http://www.alwayswebhosting.com. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 05-15-2002 01:16
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: Israel |
posted 05-15-2002 07:44
It seems to be a problematic issue, I thought that the timeout for the TITLE or ALT can be controlled from javascript. |