Is it possible to highlight table row on hover (something like this) using CSS only (without JavaScript)?
Yes, a row is possible but not a column.
tr:hover { background-color: lightyellow; }
1.4m articles
1.4m replys
5 comments
57.0k users