Click to See Complete Forum and Search --> : Disable icons appearing in photos in IE6.0?


ladenso1
11-05-2003, 10:21 PM
I "upgraded" to IE 6.0 not too long ago and was quite chagrinned to find that when one moves the mouse over an image a set of four icons appears. Clicking on these icons results, respectively in saving, printing, e-mailing, or opening the directory on my hard drive, My Documents/My Pictures.

Is there any java script I could copy and paste into my HTML pages that would disable this Image Tool Bar?

Khalid Ali
11-05-2003, 10:45 PM
DISABLE IMAGE TOOLBAR ON IE6.

Use one or all of the following depending upon your requirement

1. add the following meta tag

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

2. For a specific image add this as an image tag attribute

GALLERYIMG="no"

3. Disable it from your IE browsers settings

tools >
internet Options >
Advanced and then uncheck the box marked
"Enable image toolbar"

ladenso1
11-06-2003, 09:28 AM
Didn't think it would be that easy.

Thanks so much, Khalid.