HTML link title atrribute tooltip internet explorer 8

我的梦境 提交于 2019-12-11 02:58:55

问题


It seems that Internet Explorer 8 does not give a tooltip when a link has a title. This is however W3.org valid and other browsers do give a tooltip. What's the proper way to make sure that iE8 also gives a tooltip with the title on a link?

 <a href="contact/" title="Contact us for bla">Contact</a>

回答1:


It should display the title.

The only problem with IE is that it displays alt as titles (but titles are handled correctly) while it should display nothing when there's only an alt value.

Do you have a test page?



来源:https://stackoverflow.com/questions/4897530/html-link-title-atrribute-tooltip-internet-explorer-8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!