I am using php to generate a table.
To keep things simple, this table has 2 fields. In each cell, there is text that is a link. I have a style sheet setup to change color on the hover.
question:
is there any way i can make it so if i hover over 1 cell, all the other text in the same row will highlight?
it would work if i could keep an anchor tag open across table cells.
any suggestions would be greatly appreciated.
thanks,
-mike