I\'m trying to highlight (change background color) of the entire row when the mouse is hovering on a table row. I searched through the Net and it should be working, but it d
Also try thistr:hover td {color: aqua;} `
tr:hover td {color: aqua;}