Forum Moderators: open

Message Too Old, No Replies

How to avoid the pop-out button in XP

while user mouse-over the image

         

timaer

12:23 pm on Sep 28, 2005 (gmt 0)



I found while user's mouse is over the image in IE there will be four buttons appearing over the image."Save the image" "Print the image"..and so on.

I don't know how to avoid the pop-out button,could anyone help me?

Robin_reala

12:38 pm on Sep 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Tools / Internet Options / Advanced / Enable Image Toolbar.

If you mean from a programmers point of view then put this in your HTML:

<meta http-equiv="imagetoolbar" content="no">

You can also turn it on or off on specific images by using the proprietary galleryimage="yes¦no" attribute.

timaer

2:12 am on Sep 29, 2005 (gmt 0)



Thank you so much,your excellent reply is very useful to me.:)