Looking for a solution with my CSS sprite setup:
Here is the HTML:
<a id="estates" href="http://www.domain.com/estate"></a>
The corresponding CSS:
#estates {background-position: -200px 0px;width: 96px;height: 90px;}
#estates {background: url("http://www.domain.com/images/sprite.png") no-repeat scroll 0% 0% transparent;float: left;margin: 22px -2px 30px 33px;}
Wondering if it's possible to change the image color to black and white or overlay a transparent png when hovering over the link.