Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default dynamic image map

    Based on certain variable in a javascript, can I somehow hide an image map? I can't seem to be able to target the map.....any thoughts?

    Thanks ,,

    Troy


    Teeroy webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. dynamic image gallery
      I'm trying to create a dynamic image gallery that is updated from a database, i managed to create a simple mysql database using phpmy admin, so I...
    2. dynamic image
      hey everyone just a quick and probably stupid question here. i have a list of features in my access database that are related to my products. i...
    3. Dynamic Image Map (ASP)
      Like most product websites all our product info pages are populated using a database and ASP. Now one of the dynamically generated content is an...
    4. Dynamic Image?
      Who knows how this is done: http://www.danasoft.com/vipersig.jpg As you can see the signature is dynamical, it uses gdlib I assume and php....
    5. Dynamic image that can be emailed?
      I want to create something on my website that allows the user to arrange image pieces (sort of like a puzzle) and then email the final result to...
  3. #2

    Default Re:dynamic image map

    JavaScript would need a name or id to reference your
    image map in the document.

    You could always wrap a <div id=myName> </div>
    around the image map then reference the style property
    to show or hide the <div>.

    HTH

    -Rb



    Rb- webforumsuser@macromedia.com 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