im using a class(trMouseOver) i put on every table row that i want mouse over on and then i use
.trMouseOver:hover{background-color: #c3cdd7;}
to alter the table row in question but i cant get it to work.
I have tried putting it in the Stylesheat and also tried putting it in the head of the page.
Coloring the table works fine but the hover effect just wont work.
.trMouseOver:hover{background-color: #c3cdd7;}
to alter the table row in question but i cant get it to work. I have tried putting it in the Stylesheat and also tried putting it in the head of the page. Coloring the table works fine but the hover effect just wont work.