Rollovers with Two or More Events

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

  1. #1

    Default Rollovers with Two or More Events

    I have an assignment to put together a page on which a list of power plants
    will appear in a column on the left side while a map of North America takes up
    the right side of the page. On the map is a series of dots indicating the
    locations of the power plants. When a mouse is rolled over a power plant from
    the list, a bright-colored dot must appear at the plant's location on the map,
    and at the same time a box containing information about the plant must appear
    at the top of the map. How would I go about doing this?

    Gottlob Guest

  2. Similar Questions and Discussions

    1. rollovers
      hello. i am using director 8.5 and i was woundering if there is any way that you can place rollovers in certain areas. for example, i am creating...
    2. DIV and rollovers
      I'm a beginner with dream, and a frenchy. I've been told that the best way for my pages not to regenarate all every time the users clic on...
    3. Help with rollovers
      could anyone help I am trying to animate a rollover so that when the imige on mouse over the image moves within a small area from side to side...
    4. Disjoint Rollovers
      According to the help files included with Fireworks MX 4, you can use either rollovers or click on an image. The following is copied from the help...
    5. Using Templates and rollovers
      Hi All, I don't know if this is possible with Dreamweaver MX Templates but I've tried a few things unsuccessfully. I'm creating a site that is...
  3. #2

    Default Re: Rollovers with Two or More Events

    Use one of two methods -

    1. image swaps (but this means a) you must have your map sliced into a
    jigsaw so that you can isolate each dot independently, and b) you must have
    your "text" that appears in an image)
    2. Show-hide layers (this may be the better method). Have a layer over
    each dot containing the "lit" dot image. Hide them all. Make the links
    show the associated dot's layer and hide all the rest onMouseOver by
    applying a show-hide layer behavior to it. Finish up by having it also
    reveal a layer containing the associated text and hiding the other text
    layers as well.

    Take your pick.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "Gottlob" <webforumsuser@macromedia.com> wrote in message
    news:dllu5e$1m7$1@forums.macromedia.com...
    >I have an assignment to put together a page on which a list of power plants
    > will appear in a column on the left side while a map of North America
    > takes up
    > the right side of the page. On the map is a series of dots indicating the
    > locations of the power plants. When a mouse is rolled over a power plant
    > from
    > the list, a bright-colored dot must appear at the plant's location on the
    > map,
    > and at the same time a box containing information about the plant must
    > appear
    > at the top of the map. How would I go about doing this?
    >

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