stargrl329
08-02-2003, 06:07 PM
does anyone know of a way to disable the little gray pop-up thing that appears when you hover over an image in IE6? you know, the one that has save, print, mail, My Pictures? thanks~
|
View Full Version : IE6 Image Popup stargrl329 08-02-2003, 06:07 PM does anyone know of a way to disable the little gray pop-up thing that appears when you hover over an image in IE6? you know, the one that has save, print, mail, My Pictures? thanks~ starlet 08-02-2003, 06:16 PM <img src="http://www.site.com/image.gif" GALLERYIMG="no"> That will stop it from appearing for other people, if you mean to stop it from happeing on your computer there is a way but i cant remember it off hand (somewhere in tools > internet options i think) but if you search the forum it will be posted somewhere :) stargrl329 08-02-2003, 06:18 PM great! thanks :D kittycat 08-02-2003, 06:45 PM If the code was what you were looking for, you can disable it for all images without adding the code to each by using this meta tag: <meta http-equiv="imagetoolbar" content="no"> |