alt label on mouseover

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

  1. #1

    Default alt label on mouseover

    How do I ensure that the 'alt' will show when the mouse moves over hotspots on
    an image map... I want plot numbers (on a property development map) to show up
    as the mouse goes over each particular plot which has a hotspot.

    the-hen Guest

  2. Similar Questions and Discussions

    1. mouseMove, mouseOver events on Label
      Hi! using a "paddingRight" style greater than 0 (actually 100 to see the problem better), i expected than the "mouseOver", "mouseMove"...
    2. next Label / prev Label
      Is there a tag or a way to send the playback head to the next label or prev Label??? tanx bil@bilchamberlin.com ...
    3. highlight row on mouseover
      trying to use this code for mouseover highlight of row but it is not working on the datagrid can anyone tell me what is missing ? Sub...
    4. mouseover problem
      Hi, i have a problem with my mouseover script. i use the following script: on mouseEnter cursor 280 end mouseenter on mouseup
    5. mouseOver?
      Hi I would like a movieclip to move when I the mouse is over (just a couple of pixels) and then move back again when the mouse is moved away. I...
  3. #2

    Default Re: alt label on mouseover

    The title attribute is what you want, not the alt attribute:

    <area title="use this" alt="not this"....

    DW has no UI for adding these - you must do this manually in the code.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "the-hen" <webforumsuser@macromedia.com> wrote in message
    news:e4s9g4$gdh$1@forums.macromedia.com...
    > How do I ensure that the 'alt' will show when the mouse moves over
    > hotspots on
    > an image map... I want plot numbers (on a property development map) to
    > show up
    > as the mouse goes over each particular plot which has a hotspot.
    >

    Murray *ACE* Guest

  4. #3

    Default Re: alt label on mouseover

    thanks Murray
    the-hen Guest

  5. #4

    Default Re: alt label on mouseover

    You're welcome.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "the-hen" <webforumsuser@macromedia.com> wrote in message
    news:e4sb83$igb$1@forums.macromedia.com...
    > thanks Murray

    Murray *ACE* 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