To make my web site XHTML compliant, I have added a title
attribute to all of my IMG
tags.
However, when you mouseover an image, the text from my title
attribute displays as a small popup. I don't want that text to be viewable.
Question: How do I prevent the browser from displaying the title
attribute text as a popup while still keeping the title
attribute present?
<img src="..." title="text that gets displayed as a popup but I don't want it to" />