htmlalt-attribute

How do I prevent alt text appearing when hovering over an image?


I've tried adding title="" but my alt text still appears when I hover over the photos in FF and Safari...

Anything else I can try?

Here's my example page:

http://ianmartinphotography.com/test-site/wedding-01/

Thanks!


Solution

  • Okay! My bad--I'm using Mootools Slideshow2 http://code.google.com/p/slideshow/ The show defaults to having titles on, it converts alt text into titles. I simply changed titles from "true" to "false" in slideshow.js and the problem is solved. I feel a bit silly, I should have thought of that right away. Thanks for your attention everyone!