selector:hover
in Internet Explorerspan:hover{background:lime;}
dd#example{background:lime;}
dd.example{background:lime;}
*:hover{
color:blue;
}
html:hover{
background:black;
}
Both have been removed, since the results are not relevant. You can copy this page (and the HTML Component) and test it for your self.
Everything you have seen here - with Internet Explorer - is made possible by: Peter Nederlof.
csshover.htc
hover.htc
(not modified, I only removed the redundant language attribute)