I’m building a HTML application to run in an Adobe AIR container, but the alt tag for the img element and the title tag for the a element don’t show a tooltip like a browser would.
Is there anyway to enable this, or display it another way?
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.
In AIR you’re guaranteed that Javascript will be enabled, so just throw in a Javascript tooltip that uses the title/alt attributes.