How to highlight table row on hover using CSS only? May 31, 2023 by Tarik Yes, a row is possible but not a column. tr:hover { background-color: lightyellow; }