Remove IE's Image Toolbar
13
If you're an IE user you may have noticed that when you hover on a medium to large sized image, a toolbar appears in the corner of the image. It's basically useless as it accomplishes nothing that can't be done with a right-click.
Luckily, Microsoft has included a way for webmasters to disable this function.
Luckily, Microsoft has included a way for webmasters to disable this function.
<!-- Simply add this meta element to your HTML documents to disable the toolbar -->
<meta http-equiv="imagetoolbar" content="no">
<!-- Remember to add a closing slash if using XHTML -->
<meta http-equiv="imagetoolbar" content="no">
<!-- Remember to add a closing slash if using XHTML -->






There are currently no comments for this snippet.