Click to See Complete Forum and Search --> : Disabling the image toolbar in IE


inta
06-22-2003, 05:26 PM
When the mouse passes over an image in IE that is greater than 200 X 200 in size, the Image Toolbar appears.

Using javascript on a web page, how do I disable the image toolbar?

I would like to prevent the image toolbar from appearing over any and all images on a page. I can and have disabled the right click menu but am unable to figure out how to disable the image toolbar.

Your asistance is greatly apreciated.

CrazyGaz
06-22-2003, 05:41 PM
put this in the <head> section

<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

hope that helps, Gaz