Reduce the delay in displaying tips (for example, the name img)

When you mouse over a link with a heading, after a while it will display the heading as a tooltip. Is it possible to remove this delay or change it so that I quickly show the tip?

+5
source share
3 answers

It is strictly browser dependent. If you need special tooltips, you should consider a JavaScript solution.

Here's a tutorial on replacing browser prompts with custom ones: http://www.switchonthecode.com/tutorials/jquery-custom-tooltips

+5
source

, /os. JavaScript, : qTip

+3

You can generate something similar to those using Javascript or CSS, but you cannot change the behavior of this, as it depends on the browser and OS.

+2
source

All Articles