Posted by Jukka K. Korpela on 11/06/06 10:54
Scripsit max:
> I don't succeed to change the background color in a <td> when hovering
> over it with the mouse.
> In this example
> http://www.bep-zuerich.ch/test_td_hover.htm
> the cell color of 'external' and 'internal' should change (not only
> the color under the letters).
You aren't even trying to change the background of any cell (<td>), only the
background of some links (<a>) inside cells. Does this give a clue?
Setting
display: block; width: 100%; height: 100%;
for the links inside cells would probably do the trick you want.
But you shouldn't cell sizes in pixels. Do you really need to use a _table_
at all? You're not showing any real example, so this is just speculation.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|