I have noticed there's an small delay trying to highlight a row using tr:hover td
over Chrome browser (tested on version 26).
If you move the cursor fast over the table you will notice the row under it is not already highlighted.
I am using this css:
tr:hover td {
background-color: transparent;
}
Here's the fiddel when you can see the small delay: http://jsfiddle.net/5VJ8n/89/
Is there any way to solve it? Thanks.