PDA

View Full Version : How Can I Get Rid of the IE 6 Image Popup Thing?


John_Saunders
09-09-2002, 02:48 AM
I've seen this done before on a few websites so I know it can be done, I just can't remember which ones. Does anybody know what needs to be added to an a href tag to prevent that thing that pops up when mousing over an image?

It's the thing that has the icons to save, print, or e-mail? It must be either JavaScript or CSS that keeps it from popping up.


John

Quiet Storm
09-09-2002, 03:20 AM
<HTML>
<HEAD>

<meta content=no http-equiv=Imagetoolbar>


</HEAD>

John_Saunders
09-09-2002, 03:33 AM
Thanks dude.....you rule!


John