table { border-collapse: collapse; width: 100%; } ... tr:hover {background-color: yellow;} ... <p>Move the mouse over the table rows to see the effect.</p>
確定! 回上一頁