Forum Moderators: open

Message Too Old, No Replies

meta tag for disabling MSIE image toolbar

disable msie image toolbar

         

wwhite

12:09 am on Apr 14, 2003 (gmt 0)

10+ Year Member



Does anyone know the meta tag to disable the toolbar that comes up when you mouse over an image in MSIE?

pixel_juice

12:11 am on Apr 14, 2003 (gmt 0)

10+ Year Member



Hi wwhite :)

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

You can also stop it on individual images:

<img src="whatever.gif" galleryimg="no">

The toolbar only displays in IE6+

wwhite

4:13 am on Apr 14, 2003 (gmt 0)

10+ Year Member



thanks!