Forum Moderators: open

Message Too Old, No Replies

Getting rid of "Save - Print - Send - Open Pictures" icon bar in IE

appears over image when I mouse over

         

Robert Charlton

7:11 am on Dec 24, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I've got a gif that's a clickable link, and it's driving me nuts that IE keeps putting up the "Save - Print - Send - Open Picture Folder" icon bar over the image when you hover. It distracts a lot from what I'd like people to see.

I'm not sure what triggers this. I'm guessing it's image size. Ours is a 208 x286, 21k gif. I'm seeing a 342x171 kb gif that doesn't call up the icon bar.

If it is image size, is there any way of disabling this "feature" short of slicing the image?

Key_Master

7:40 am on Dec 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Disables Image Toolbar for all pics on a page:
<meta http-equiv="imagetoolbar" content="no">

Disables Image Toolbar on a pic by pic basis:
<img src="/file.jpg" galleryimg="no" alt="image">

Robert Charlton

7:51 am on Dec 24, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Key_Master - Boy, that looks a lot better! Thank you for your 1000th post. :)

PS: Do you know what triggers the Image Toolbar? It doesn't seem to happen with all images.

Span

12:48 pm on Dec 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



200 x 200 px, according to support [support.microsoft.com]

Robert Charlton

12:25 am on Dec 25, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



...according to support

Microsoft Support's viewpoint is way different from ours, or at least from mine...

My emphasis added

SYMPTOMS
When you position the mouse pointer over an image or picture in Microsoft Internet Explorer, the image toolbar may not appear as expected.

Just looking at other images unenhanced by this feature, I see that both dimensions need to be over 200. A 700x60 image, which has a larger area than 200x200, won't do it.