Please advise
Only IE displays alt text as tooltips, it shouldn't, it should only show
it when the image is missing or turned off. If you want tooltips use the
title attribute. All other browsers get the correct, its only IE that fails.
Dooza
Verify the HTML source, and then try using another browser to see if it's a
problem with the browser you are using.
Cheers
Ken
--
http://adOpenStatic.com/blog
"S N" <uand...@invalid.com> wrote in message
news:umBb7XXt...@TK2MSFTNGP04.phx.gbl...
"Ken Schaefer" <kenR...@THISadOpenStatic.com> wrote in message
news:uz2SC47t...@TK2MSFTNGP05.phx.gbl...
What browsers are you using?
If your using IE8, and its NOT in compatibility view, then ALT
attributes will NOT show, as they never were supposed to.
It sounds like you have IE8 installed on your local test server, so ALT
attributes wont work. You probably have IE7 or IE8 in compatibility view
on your local server, and it is using the old behaviour where ALT
attributes are working like tooltips.
The solution? Use the TITLE attribute as well as the ALT attribute, that
way it will work correctly on all browsers.
Dooza