imagetoolbar meta tag and IE versions

三世轮回 提交于 2019-12-03 05:55:05

问题


There are quite a few questions here on SO about the following meta tag not being HTML5 compliant and therefore will not validate when using <!DOCTYPE html>:

<meta http-equiv="imagetoolbar" content="no">

I also know this tag is specifically for one purpose alone: hiding the toolbar that appears when you hover your mouse over any image in Internet Explorer.

However, I could not find out in exactly which versions of Explorer this is applicable. When I Googled it, most results only mention IE6, but these threads/pages were posted back in 2004. I'm wondering if that's because the feature was dropped in IE7+.

I do not care about IE6, but if this meta tag is applicable to IE7, IE8, IE9, etc. I'll need to decide if I want to find an alternative method.

Exactly which versions of Internet Explorer enable the annoying Image Toolbar feature that is disabled via the meta tag above?


回答1:


Apparently, the Image Toolbar was only a feature in IE6. It was replaced with the contextual menu (right-click) in subsequent versions.

IE6 is dead so I won't be concerned about not using this meta tag any longer.



来源:https://stackoverflow.com/questions/7207649/imagetoolbar-meta-tag-and-ie-versions

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