Forum Moderators: open
All of the images were created at the same time by the same process. All are coded identically.
Ifyou go to this page on the Dell site, the large image in right side of the scree produces the tool bar pop when you mouseover it and stay there. It doesn't seem to happen with IE on a mac.
[dell.com...]
I could speculate that size of an image is a trigger, although that doesn't really seem to hold true either. Anyone know how it happens -- and, more importantly, how I make it not happen? It pops right on top of critical information. UGH!
Thanks!
Try using the following code in your <head> section:
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
This should disale the IE6 toolbar... which is a new feature (I think) that came in with IE6. Hovering your mouse over the image shows this bar which allows you to print, save and email the image, or open your picture folder.
I wonder sometimes what MS were thinking when they came up with this thing - I mean, does anyone actually use it?
<edit>Thanks for the meta tag, BlobFisk, it has been added to a bunch of my sites already!</edit>
This offcourse makes the ethical struggle of the designer even harder ;-) First he/she has to decide whether or not to disable a users browser feature. Now we're adding the fundamental question of validation vs. 'it works in most browsers'...
Also, I've noticed that the toolbar only pops up on very large sized images, and my sites almost never use single large images in the layout... and if they do, they are referenced as background images in CSS so the toolbar would never pop up anyway.
The tool bar is also bound up with image resizing. IE6 automatically resizes (shrinks) large images to fit the screen. (Great feature!) To see the full-sized image move the cursor off the image and then back on and a resize button appears bottom right-hand corner together with the toolbar at top-left.
IMHO just some more superb features from that King of browsers, IE6. Use no substitute! :)