"screen tip" option on Netscape and Safari?

J

Jon

Hi Dan,
Use title instead of alt. Strictly speaking you shouldn't use alt for
"screen tips" it's meant to display text if an image is not available.
<img src="pic.gif" alt="text if the image is not available" title="text if
the image is available">

Jon
Microsoft MVP - FP
 
D

Dan

Thanks Jon,
I have an overhead image of a golf course with information hot spots.
I want to embed data in the page that shows that data upon hot spot
mouse over. Things like: hole #, length, direction etc.. I have it
working with "screen tips" in Explorer and want to try to get it to
work in other browsers.
Thanks,
Dan
 
Top