How do I kill the mouse over popup for images?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default How do I kill the mouse over popup for images?

    I am trying to develop a small website using Dreamweaver for the first time. I
    have an image that I am trying to turn into a navagation aid, and when I
    display it in IE Explorer, if I move over it, I get a pop up for saving the
    image to a file, or sending it via email, or Printing it, and one other button
    that escapes me now. I want that behaviour to stop, befor I add hot spots and
    behaviours of my own. Any ideas? Sorry if it is a stupid newbie question.

    MarkAllTrades Guest

  2. Similar Questions and Discussions

    1. Cannot create JavaScript popup menu with Show Popup Menuusing Add Behaviors
      Whenever I load a page with this added behavior and test it with my link, I get an "Error on Page" message. Here is what I am doing: Create a...
    2. closing popup window moves mouse to top of page
      Hi, I'm a beginning using Dreamweaver 8. I have a site with multiple thumbnails on a page. Each thumb is linked to a popup window with the enlarged...
    3. Mouse over images
      How to create a mouseover popup text on multiple places in a single image
    4. save images without clicking the right mouse boton
      Hi ! I have some images for downloading in flash format. The way is clicking a link ti open a new window with this image and save it by the rigth...
    5. Move mouse cursor to X,Y location and simulate mouse click
      Hi, Just something that slip my mind.. but how do you move the mouse cursor to a sprite member and simulate a mouse click? Any help is...
  3. #2

    Default Re: How do I kill the mouse over popup for images?

    On Tue 15 Nov 2005 03:53:51p, MarkAllTrades wrote in
    macromedia.exchange.extensions.dreamweaver:
    > I am trying to develop a small website using Dreamweaver for the first
    > time. I have an image that I am trying to turn into a navagation aid,
    > and when I display it in IE Explorer, if I move over it, I get a pop
    > up for saving the image to a file, or sending it via email, or
    > Printing it, and one other button that escapes me now. I want that
    > behaviour to stop, befor I add hot spots and behaviours of my own.
    > Any ideas? Sorry if it is a stupid newbie question.
    This 'feature' of IE can be worked around by including the following line
    in the head section of your page:

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

    Many of us have altered our default pages to include it. For more
    information, do a search for 'Image Toolbar'.
    Joe Makowiec Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139