I need some basic javascript help.
I have a table, and I have to have it when someone mouses over one of the cells in a row, the whole row changes background colors (or classes)
| crap row1 | crap row1 | crap row1 |
| crap row2 | crap row2 | crap row2 |
So when user puts their cursor over crap row 1, the whole row changes its class from alt1 to althover.
and when the user puts their cursor over crap row 2 the same thing happens.
Any ideas?
Aqua-Soft Forums