Changing the background color of a row in a table on mouse over is pretty simple using CSS: .HighlightableRow:hover { background-color: lightgray; }.
確定! 回上一頁