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

  1. #1

    Default Rollover Behavoirs

    Hi,

    I'm fairly new to Dreamweaver. I've created a template that involves a
    horizontal menu right below the banner picture. I made it as a table, 1 row, 5
    columns, and I'm trying to make the links change with rollover. I tried doing
    it the conventional way, but it says that I have to add images of what I want
    the behaviors to look like. If I can't sidestep this task, how do I go about
    selecting each cell in the table and making an image out of it, so I can then
    do some altercations in Fireworks?

    My goal is to change the font color as I mouse over the link, and change the
    background color of each cell when clicked upon (basically so the page selected
    is highlighed in the menu). Thanks for any suggestions!

    lennon2600 Guest

  2. Similar Questions and Discussions

    1. help with rollover in DW 8
      im trying to do this http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm and here is my code. it doesnt actually do what is...
    2. rollover in 3D
      I would like to make a kind of a rollover in a 3d world. I use this script voor a mouseDown action: on mouseDown (me) -- update the mouse down...
    3. trying to do a rollover - please help!!!
      Hi, I'm a bit new to Director and i'm trying to make a rolloverbutton so that when i entermouse i want the transparency to go from 100 to 0. And...
    4. Rollover and making another rollover with links
      Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does...
    5. Rollover ???
      hi, I am trying to build my first site with flash and i have a question. what I am trying to do is to get photos to change from grayscale to...
  3. #2

    Default Re: Rollover Behavoirs

    I think you may be painting yourself into a corner with this one.

    I would suggest starting with 5 button images and aligning them inside the
    table (rather than making the table the buttons)

    Then make copies of the buttons and rename to image_mouseover.gif and change
    the font (repeat)

    code it in you html that when the mouse over occurrs it calls the mouseover gif

    (this may sound difficult but there is bound to be heaps of tutorials on the
    web... google)

    SWEK 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