The pseudo: hover class is most commonly used to hide and display content or change element styles based on user hover interaction with elements on a web site. The problem is that CSS pseudo hover class is from CSS2 and not CSS1 leaving IE5 and IE6 out in the cold. Here we will fix this issue and bring the pseudo hover class to these lackey browsers.
Comments