00 Votes

HTML: Hide Toolbar for Saving Images in Internet Explorer

Tip by Progger99 | 2011-12-05 at 20:54

Some versions of the Internet Explorer browser have the unpleasant characteristic, that they display a small icon in the corner of images whenever you are moving your mouse over the image. This icon should make it possible to store the images.

If you want to prevent this, you can simply use the following line of HTML code:

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

Just add this line to the HEAD section of your HTML page and the toolbar is gone.

Important! This line only hides the toolbar. It cannot prevent that the images can be saved at all. Saving your images is still possible using other ways and it also cannot be prevented easily.

ReplyPositiveNegative

About the Author

AvatarThe author has not added a profile short description yet.
Show Profile

 

Related Topics

jQuery: Show and hide elements

Tutorial | 0 Comments

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.