views:

249

answers:

1

Hey,

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 doesn't do a tool tip like a browser would handle. Is there anyway to enable this, or display it another way?

Thanks

A: 

In AIR you're guaranteed that Javascript will be enabled, so just throw in a Javascript tooltip that uses the title/alt attributes.

seanmonstar