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

  1. #1

    Default Preview/onmouseover

    :frown;

    I'm sure this is some simple coding that I can't quite figure, and I'm hoping
    someone out there could lend a hand.

    I've set up hotspots over an image:

    <area shape="rect" coords="X,X,X,X" href="image.jpg" target="_blank" alt="jpg
    indentity">

    I want to modify this so that nothing in the above really changes, but I add a
    small preview of the image somewhere on the page (a location to the left of
    where the active/hot spot is located).

    Any help would be greatly appreciated.

    Thanks!

    mynameismud Guest

  2. Similar Questions and Discussions

    1. Forms - onmouseover title
      I am working a design project that is largely form driven. One of the problems we are having is end-user education. A solution that we have come up...
    2. queries and onMouseOver actions
      How can I change text + image (this part is obviously easy) using data from a query? I (will) have a website that displays a number of thumbnail...
    3. Add onmouseover to HyperLinkColumn
      I would like to add javascript to a HyperLinkColumn of a datagrid so that onmousover the Window.Status = "<MYTEXT>" As of right now the link is...
    4. onMouseOver
      Hi, I have a datagrid that has a particular cell that holds an HTML table that in turn holds 10 text boxes. I would like (if possible) for when...
    5. adding onmouseover
      Hello , I would first like to thank everyone for taking the time to help me. I know this is probable a simple question for everyone but as I am...
  3. #2

    Default Re: Preview/onmouseover

    There is a good disjoint tutorial here -

    [url]http://www.dw-fw-beginners.com/tutorials/drmwvr/swap_image.htm[/url]




    --
    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
    ==================


    "mynameismud" <webforumsuser@macromedia.com> wrote in message
    news:dougb2$92f$1@forums.macromedia.com...
    > :frown;
    >
    > I'm sure this is some simple coding that I can't quite figure, and I'm
    > hoping
    > someone out there could lend a hand.
    >
    > I've set up hotspots over an image:
    >
    > <area shape="rect" coords="X,X,X,X" href="image.jpg" target="_blank"
    > alt="jpg
    > indentity">
    >
    > I want to modify this so that nothing in the above really changes, but I
    > add a
    > small preview of the image somewhere on the page (a location to the left
    > of
    > where the active/hot spot is located).
    >
    > Any help would be greatly appreciated.
    >
    > Thanks!
    >

    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