Here is the table I am working with:
<tr>
<th><p>ID</p></th>
<th><p>NAME</p></th>
<th><p>CLASS</p></th>
<th><p>EDIT</p></th>
<th><p>DELETE</p></th>
</tr>
Below is the code from my css file:
table.mytable tr{
background-color: #ffff99;
}
I am facing an issue where row highlighting on hover is not working for me. Can someone please help me figure out what went wrong?
Thank you, Viswa