Make an image appear when passing over a text with themouse

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

  1. #1

    Default Make an image appear when passing over a text with themouse

    Hello,
    I would like to make an image appear in a html page when passing over a text
    with the mouse.

    The idea is the following:
    My site has a left menu bar with 5 chapters. There is a also a special
    structure in 8 parts that describes the content of the site and people would
    have liked to see inside each page, for each link, to which of the 8 categories
    it depends.
    I have a scale with 8 colored boxes (8 different colors). When I pass the
    mouse on a link, I would like to have the correct box of the scale highlighted.
    Is that possible???
    If not, do you have any suggestion? (using the color system)
    Thank you very much for your help.

    Deufette

    deufette Guest

  2. Similar Questions and Discussions

    1. Identifying image-only vs. image+text PDF files
      I have a large collection of PDFs in a large directory/subdirectory structure, we are talking 366K PDFs. I need to find some way of identifying...
    2. Make a button load text into a scrolling text field?
      Hello I've got a problem here and I hope some friendly soul out there would spare a minute to help me out... I'm creating a rather simple site...
    3. Passing parameter using image data
      Hi, I hava a question as below: * Web Service * C# * paramter with image data * not using a simple type like string * not using a class...
    4. How do I make an image more transparent so I can....
      I know this one!! (First make sure you're working on a copy of our image - you don't want ever want to mess up your only original.) Open the...
    5. Can I take a small (320x240), blurry image, and make it a clear, large image?
      Just wondering if there is an easy way to do this? I'm sure it won't be perfect cause photoshop can only work with what's there, but maybe it can...
  3. #2

    Default Re: Make an image appear when passing over a text with the mouse

    This is just a text based disjoint rollover.

    There is a good disjoint tutorial here -

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




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


    "deufette" <webforumsuser@macromedia.com> wrote in message
    news:e1gk24$aq7$1@forums.macromedia.com...
    > Hello,
    > I would like to make an image appear in a html page when passing over a
    > text
    > with the mouse.
    >
    > The idea is the following:
    > My site has a left menu bar with 5 chapters. There is a also a special
    > structure in 8 parts that describes the content of the site and people
    > would
    > have liked to see inside each page, for each link, to which of the 8
    > categories
    > it depends.
    > I have a scale with 8 colored boxes (8 different colors). When I pass the
    > mouse on a link, I would like to have the correct box of the scale
    > highlighted.
    > Is that possible???
    > If not, do you have any suggestion? (using the color system)
    > Thank you very much for your help.
    >
    > Deufette
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Make an image appear when passing over a text withthe mouse

    Hi.
    I am having a bit of a guess at what you want to from your opening
    statement/comment.
    In simple terms, when someone puts the mouse over some TEXT on your website,
    an image appears somewhere on the page ????
    If this is so, you must first make the text into a HYPERLINK........
    First thing is to select the text, but as it is not linked to any html file,
    just add the following script in the link field box, javascript:; (make sure
    you get the colon - : and semi colon - ; the right way round.
    This will add the NULL LINK to the text that you can then simply add
    behaviours to.
    You can change whether the text is underlined or not etc. etc. in either a
    style sheet or in the MODIFY-PAGE PROPERTIES and then select LINKS
    Then you can add a behaviour to it like showing an image.
    Unlike with an image where you can just select it and add a behaviour, like a
    swap image to it.
    Also, there are different ways to do this.
    If you want an image that is hidden initially but appears on mouse over, you
    really need to put it in a layer, and then assign the behaviour to the text to
    show/hide the layer with the image in it.
    If you want it to SWAP to the correct image you must have a default image
    somewhere that the behaviour triggers to swap with the new image you want.
    Hope this helps.
    Glen

    Ayrdan Design 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