"screen tip" option on Netscape and Safari?

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Is there way to make "screen tips" work with Netscape and Safari browsers?
Thanks
Dan
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top