Is it possible to achieve this?
For example:
.class1{
background-image:(whatever.jpg)
color: #fff;
}
.class2{
background-image:(whatever2.jpg)
color: #999;
}
Can I create a fade effect for all elements with class1 to class2 when the mouse hovers over the element, and revert back to class1 when the mouse moves away?