remove IE picturetoolbar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alsc0001

    remove IE picturetoolbar

    Hi,

    you know the toolbar which appears in pictures with IE. How can I
    disable or remove that bar?. Need to get events from underlying image
    for drawing!

    thanks

    alexander

  • BootNic

    #2
    Re: remove IE picturetoolbar

    > "alsc0001" <as.spam@czy.de > wrote:[color=blue]
    > news:1118234984 .605122.58460@z 14g2000cwz.goog legroups.com... .
    >
    > Hi,
    >
    > you know the toolbar which appears in pictures with IE. How can I
    > disable or remove that bar?. Need to get events from underlying image
    > for drawing!
    >
    > thanks
    >
    > alexander[/color]

    place this in the head section:
    document.write( '<META HTTP-EQUIV="imagetoo lbar" CONTENT="no">')


    Can be placed there without using javascript
    <META HTTP-EQUIV="imagetoo lbar" CONTENT="no">


    --
    BootNic Wednesday, June 08, 2005 9:17 AM

    A well-developed sense of humor is the pole that adds balance to your step as you walk the tightrope
    of life
    *William Arthur Ward*

    Comment

    • Daniel Kirsch

      #3
      Re: remove IE picturetoolbar

      alsc0001 wrote:[color=blue]
      > you know the toolbar which appears in pictures with IE. How can I
      > disable or remove that bar?. Need to get events from underlying image
      > for drawing![/color]

      use the galleryimg="no" attribute for your img element.

      Daniel

      Comment

      Working...