Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Decrease the latency of showing tips (like img's title)

When you move your mouse over a link with title, after a while it will show the title as a tip. Is it possible to remove this delay or change it so I shows the tip faster?

like image 508
EBAG Avatar asked Oct 19 '10 06:10

EBAG


2 Answers

That is strictly browser dependent. If you want custom tooltips you should consider a JavaScript solution.

Here's a tutorial on how to replace the browser tooltips with custom ones: http://www.switchonthecode.com/tutorials/jquery-custom-tooltips

like image 130
Alin Purcaru Avatar answered Oct 12 '22 14:10

Alin Purcaru


No, it is a browser/os configuration. Your only reliable option is replacing the default tooltip with a JavaScript tooltip, for example: qTip

like image 3
Kobi Avatar answered Oct 12 '22 14:10

Kobi