How to increase default hover duration of <a> title attribute (tooltip)

hover, html, tooltip

Solution

I think this is operating system dependent and you should not try to override that.

The best way will be to create a custom tooltip.

Here are some good ones

jQuery Tooltip Plugin Demo

Problem

Is there a way to increase the duration of a tool tip displayed using the title attribute of an html tag? Currently in IE it appears to only have about a 5 second duration and then disappears.

Original source