When I am testing my page in IE7, all the image have a tooltip corresponding to the text of the alt in the image tag..
<img src="Myimage.jpg" alt="No pic" />
When I hover my mouse on the displayed pic in IE7, I get a tooltip “No pic” corresponding to the text of the alt .How do I fix this ?
IE6/7 treats the
altattribute as though it was atitleattribute – but only if there’s no actualtitleattribute set.You can workaround it with a blank
title: