changeing the color of a table cell on MouseOver?

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default changeing the color of a table cell on MouseOver?

    I am having a problem making a table cell change color on MouseOver. Also having a text link align center. The page is at [url]http://nissangg.com/IzmoNavQQ.htm[/url] Any guidance would be appreciated. Thanks in advance. Richard




    Referring URLs
    [url]http://nissangg.com/IzmoNavQQ.htm[/url]




    phototaker webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Color Picker mouseover preview
      I am trying to implement a standard color picker control using custom color label/value pairs. When I test the application (very basic at this...
    2. Changing component button text color on mouseover
      Is it possible to change the button text color on a mouseover event? I initialize the button text color like this: ...
    3. Tyring to dictate cell color in table based on query.
      Hello: I'm building a drill-down interface that changes the cell background color based on the database, and I'm not sure about the if statement....
    4. mouseover in cell 1, change in cell 2
      let's say i have 2 cells and what i want to create is, if i mouseover the text or image in cell 1, an image or text would appear in cell 2 ...
    5. Using a rollover to kick off a flash in a different table/table cell
      What I'd like to do but don't know if possible through Dreamweaver is the following: The web page has multiple tables. Use a rollover function...
  3. #2

    Default Re: changeing the color of a table cell on MouseOver?

    Get rid of all the html styling...table bg/border, center-aligned text,
    td/table height/widths. Then set what you want in the style sheet.

    To make the whole cell clickable in IE you need to have display:block in the a
    and a width. Also, unless these are the only links you're planning to have on
    the entire page, they need to have an id or custom class. To see an example of
    how to make a horizontal menu w/ a table and css, please see this link:

    [url]http://www.dimadesign.net/stuff/links.html#horizontal[/url]


    --
    --
    DiMa
    --------------------
    WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to your
    posts:
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    For Answers, check here first:
    [url]http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver[/url]
    [url]http://www.macromedia.com/support/dreamweaver/technotes.html[/url]
    [url]http://www.projectseven.com/faqbase[/url]
    [url]http://www.dreamweaverFAQ.com[/url]

    [url]http://www.macromedia.com/support/forums/etiquette.htm[/url]
    DiMa Design > From Lines...to Designs
    [url]http://www.dimadesign.net[/url]


    "phototaker" <webforumsuser@macromedia.com> wrote in message
    news:bg3nn7$pan$1@forums.macromedia.com...
    > I am having a problem making a table cell change color on MouseOver. Also
    having a text link align center. The page is at
    [url]http://nissangg.com/IzmoNavQQ.htm[/url] Any guidance would be appreciated. Thanks in
    advance. Richard
    >
    >
    >
    > Referring URLs
    > [url]http://nissangg.com/IzmoNavQQ.htm[/url]
    >
    >
    >
    >

    DiMa 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