Results 1 to 10 of 10

Thread: Stop the popup print/save image thingy in IE?

  1. #1
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    Stop the popup print/save image thingy in IE?
    Is there a webscript for a webpage which Prevents in Internet Explorer that annoying popup thingy whenever you place your mouse over an image?

    I would like people who see my site with ie, not to have that popup thingy.
    It really destroys the aesthetics.
    Thanks.

  2. Internet, Programming and Graphics   -   #2
    uNz[i]'s Avatar Out of order
    Join Date
    Mar 2003
    Posts
    2,217
    If you're not opposed to using tables, making the pic a table background would stop the image toolbar appearing.
    Yeah I know, tables suck and its a cheap trick... but it works.
    Last edited by uNz[i]; 04-23-2005 at 10:36 AM.

  3. Internet, Programming and Graphics   -   #3
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    that doesn't come up just hovering any image, it's just if you're viewing an image by itself. (example viewin this page: http://www.filesharingtalk.com/images/left_new.gif)

  4. Internet, Programming and Graphics   -   #4
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    ok your right - i guess it reacts like that when your working offline on a page.

  5. Internet, Programming and Graphics   -   #5
    DarthInsinuate's Avatar Died in battle
    Join Date
    Jan 2003
    Location
    Arkham Asylum
    Posts
    4,872
    Control Panel -> Internet Options -> Advanced -> Multimedia -> untick 'enable image toolbar'
    The Sexay Half Of ABBA And Max: Freelance Plants

  6. Internet, Programming and Graphics   -   #6
    uNz[i]'s Avatar Out of order
    Join Date
    Mar 2003
    Posts
    2,217
    uhhhm... yeah, that's exactly how it's done client side, DI.

    But 15% is hardly going to want to go to everyone's house, break in, fire up the PC and fiddle with the IE settings is he?

    Maybe if he did though, he could sneakily install firefox and hack the icon so it'll look like IE... he'd be doing them a favour really.
    Last edited by uNz[i]; 04-24-2005 at 02:55 PM.

  7. Internet, Programming and Graphics   -   #7
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    @unzi - i couldn't have put it better

  8. Internet, Programming and Graphics   -   #8
    sparsely's Avatar °¤°¤°¤°¤°¤°¤°
    Join Date
    Dec 2002
    Location
    static hum
    Posts
    3,486
    if you want to disable it on your site:
    HTML Code:
    <meta http-equiv="imagetoolbar" content="no" />
    goes in the <head> section
    Last edited by Sparsely; 04-24-2005 at 06:58 PM.

    this post is guaranteed 100% parrot-free

  9. Internet, Programming and Graphics   -   #9
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    Quote Originally Posted by Sparsely
    if you want to disable it on your site:
    HTML Code:
    <meta http-equiv="imagetoolbar" content="no" />
    goes in the <head> section
    Thank you thank you
    Gorgeous & yet so simple
    Sparsley it works
    (also offline..)

    mission accomplished

  10. Internet, Programming and Graphics   -   #10
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    thank you again

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
  •