CSS Table Hover Effects for <tr> and <td>
Without using any javascript, this is the simplest way to make css hover works on tr and td in tables across browsers including IE. IE is known for not implementing generic hover effect for HTML tags other than <a>, however by the help of a bit of spice, we can make it to happen on …