html - XHTML, how not to display the TITLE attribute as a tooltip -
To make my web site XHTML compliant, I have all my title
code> IMG Tag
However, when you mousewove an image, the text of my title
attribute displays as a small popup, I do not want to see that text.
Question : How do I stop the title
attribute text from displaying a popup as a browser? Still keeping the title
attribute current?
& lt; Img src = "..." title = "Text that is displayed as a popup but I do not want it" />
Do not have a title
, be obedient, you need a alt
.
The behavior you see is the correct implementation of the title by U., so it is difficult / impossible to override.
Comments
Post a Comment