I want to display a table (3 rows, 2 columns) on a HTML page and when the user moves the mouse over a row it changes the background and text colours for the whole row to highlight it.
At present I can’t do that. What I have achieved is to create 3 separate tables (each 1 row, 2 columns) and in Internet Explorer I can change the background colour for the complete row when the mouse goes onto that row.
However it doesn’t change the text colour.
Worse for Netscape it does nothing at all.
Does anyone know if what I want to do is possible and if so how.