div {
background: red;
}
div:hover {
background: blue;
}
This won't work in IE6. I don't know about IE7, I do believe they promised they will fix it. If this does not work, you will have to either add onmouseover and onmouseout events for JS solution or dynamically append different class on hover.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.