quote:
Originally posted by Chris UK
In Internet Explorer, it uses the alt text for the tool tip.
Right, however the title attribute will be used if it exists. The following code shows the same tooltip in all browsers...
<img src="banner.gif" alt="Messenger Plus! Live" title="Get Messenger Plus! Live for free at msgpluslive.net" />
The problem with the code on the site is that the title attribute is in the <a> tag rather than the <img> tag. IE doesn't seem to like that.