Is there anyways to add tooltips to a non hyper link?
ie . I want to have a mouse over tooltip when it goes over a text
I would appreciate a working example of tooltip that is not based on a hyperlink
Thanks
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.
If by tooltip you mean the
titleattribute, you can apply that to a lot of different HTML elements. For examplespan:http://jsfiddle.net/Curt/cBHf7/
However if you’re referring to javascript tooltips, then these can also be applied to elements other than the anchor:
http://www.1stwebdesigner.com/css/stylish-jquery-tooltip-plugins-webdesign/