Is there a way to change how fast the tooltip from an element's "title" attribute? I'd like it if the tooltip appeared immediately, but it seems to take a few seconds to apear.
|
|
Now, there's no way. The If you want customization you may take a look at third party plugins such as qTip2 which mimic it using divs and stuff and provide you full control. |
|||
|
|
|
It isn't possible to change how fast default browser's tooltip appear, but you can use one of the tooltip plugins (here is few: http://www.1stwebdesigner.com/css/stylish-jquery-tooltip-plugins-webdesign/ ) where you can customise lot's of things, including delay. |
|||
|
|
|
I don't know how much control you can have over a tooltip, or whether it's a standardised behavior or if it varies by browser. Maybe you should look at existing tools, like this one for jQuery, that emulate them but giving you far more options for looks and behavior. |
|||
|
|