To create a hover effect where the corresponding column and row are highlighted when the mouse is on a cell, as well as highlighting the row for player 1's actions and the column for player 2's actions, I attempted the following code:
/* CSS Code */
/* Add your styles here */
The code snippet defines the styles for table cells, rows, and columns, along with specific styling for player actions. The goal is to achieve the desired highlighting effects based on mouse interaction.
Although I have successfully implemented row highlighting, I am facing challenges with highlighting the columns. I seek advice on how to accomplish this using CSS or any alternative methods.