Tooltip on anchor's title not shown in IE9

Viewed 34033

Has something was changed in the way IE9 treats the title attribute in an anchor tag? I try to use a regular anchor, such as -

<a href="http://www.somelink.com" title="Some title here">This is a link</a>

A tooltip should be with the title is expected to appear, and it does appear in previous versions of IE and also in other browsers, but not on IE9. Is there a know issue with that? I tried to search the web for that, but found nothing about this. Any ideas? Thanks

5 Answers
Related