Hover pseudo-selector
From CSS Standards FAQ
The hover pseudo-selector works only on `body` and `a` elements in IE6 and below.
To replicate this behaviour in Internet Explorer, dynamically assign a class name on the element of your choice. Then apply the `display` CSS property in Javascript (unless the styling is common and widely used, it can be set inside a CSS file instead.)
