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 appear.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, there’s no way. The
titleattribute is implemented in a browser dependent fashion. For example I remember differences between IE and FF when using\r\ninside it.Mozilla’s docs explain the limits and functionality well.
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.