Results 1 to 3 of 3

Thread: How do I disable this icon?

  1. #1
    Join Date
    Oct 2005
    Location
    Liverpool, UK
    Posts
    87
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question How do I disable this icon?

    Anybody know if there is a way I can disable the small icon that appears on screen when the mouse pointer comes into contact with (in this case) a .gif image? The icon is grey and depicts 4 options - save; print; e-mail; and something else..?!

    Not a 'biggy' problem though it's annoying and is a distraction. If there's something I can put into the code to prevent this from appearing - I'd really like to know.

    If it makes any difference the .gif is being displayed within a <DIV>.

    Thanks all in advance.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That is actually not a good way to do it. It is not widely known but, I have discovered that using:

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

    can and usually does create memory leaks. If you use this a lot on your site or if the page gets refreshed often, it will eat up memory like nobody's business until all instances of the browser are closed. Better to use the less convenient:

    <img galleryimg="no" src="some.jpg">

    option on just those images that are large enough to require it (below a certain size, images will not display that toolbar anyway).
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •