V
vunet.us
To highlight the table's row with onmouseover/onmouseout events I use
2 functions which switch rows' class names. How can I highlight the
same rows, if every cell of the row contains various class names?
If cell has a CSS class name with some BG color, row's BG color is no
longer visible. I tried a function to loop through every cell of the
row and remove className onmouseover and apply back onmouseout. But
that generates error that className property is not found, even though
it is there. There are a lot of problems like that when I googled for
"error getting className property".
Is anyone aware of this situation and what to do? How to highlight row
with cells having different class names?
Thanks
2 functions which switch rows' class names. How can I highlight the
same rows, if every cell of the row contains various class names?
If cell has a CSS class name with some BG color, row's BG color is no
longer visible. I tried a function to loop through every cell of the
row and remove className onmouseover and apply back onmouseout. But
that generates error that className property is not found, even though
it is there. There are a lot of problems like that when I googled for
"error getting className property".
Is anyone aware of this situation and what to do? How to highlight row
with cells having different class names?
Thanks