行にカーソルを合わせてすべてを強調表示できるようにしたいのですが、一部のセルの背景が異なるため、以下のコードに問題があります。
<tr style="" onmouseover="this.style.background='Red';" onmouseout="this.style.background='#595959'" >
すべてのセルの背景が同じで問題ありませんが、セルをクリックすると強調表示され、onmouseout="this.style.background='#595959'"
常にリセットされます。
それを次のように変更するにはどうすればよいですか。
onmouseout="this.style.background='currentCellBGColor"