I am stuck with this problem so any help would be appreciated. I have a table with several rows. Each cell within the row belongs to a certain class. I use these class names to
Try this:
tr:hover td { background-color: #FFFAF0; color: #000; }
Place this after the existing td style declarations to be safe
td