PDA

View Full Version : How can I stop IE from displaying alt-text as if it was a tooltip?


chreo
08-14-2006, 08:00 PM
I would like to be able to write really good alternate text for images, but how can I write anything longer than "lady in hat" etc, when IE persists in displaying the whole chunk everytime anyone hovers over the image?
Accessibility should be made easier, not sabotaged by browser makers!

VIPStephan
08-14-2006, 08:28 PM
Add an (empty) title attribute. This attribute will override the wrong interpretation of the alt attribute in IE.

chreo
08-14-2006, 08:35 PM
Thanks!