Remove IE's Image Toolbar





13
Date Submitted Thu. Oct. 5th, 2006 5:53 AM
Revision 1 of 1
Helper Thomas
Tags HTML | IE | images
Comments 0 comments
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.
<!-- 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 -->

Thomas Higginbotham

thomashigginbotham.com/

Comments

There are currently no comments for this snippet.

Voting