Use CSS or JavaScript change table td tr background color on mouseover. CSS: .xxx tr {background-color:#fff;} .xxx tr:hover {background-color:#f4f4f4;}
確定! 回上一頁