Saving images from websites = bad

  • Thread starter Thread starter Garrett
  • Start date Start date
G

Garrett

I was wondering if there was anyway to disable that menu
that pops up when you hover the mouse on an image
somewhere on a website for approximately 3 seconds. I'm a
pretty novice web designer just in the learning steps and
was curious to know if there was a way to disable this
feature for images/pages on my website as far as IE
6/Windows XP was concerned. I'm not sure where this
feature was introduced in, I'm figuring it was an IE 6
feature added.
 
hi Garrett,
You can disable this by unchecking the tickmark next
to "Enable Image Toolbar" in the multimedia section of
the Advanced tab in Internet options...
You need to close all IE windows and then open IE again
for it to take effect...
Cheers,
JR
 
If you're wanting to disable that in a web page design, you need to add the following after the image:

galleryimg="no"

For example:

<p><img src="brwilliams101903.jpg" width="640" height="425" galleryimg="no"></p>

I have it on my web site. The only bad thing is you will need to add that tag after every image you want to disable in that way.
 
Back
Top