One of my current projects requires highlighting a table row when the mouse cursor passes over it. A clean way to do this is to implement a tr:hover class in CSS over the targeted rows. Unfortunately, this CSS pseudo-class (:hover) does not work in Internet Explorer 6 (or earlier), as this browser only allows the [...]