Here is an icon included in my code:
HTML:
<a href="#" id="PickUp" class="PickUpIcon"></a>
CSS:
width: 24px;
height: 24px;
background: url(../images/Icons/Answer.jpg) no-repeat;
cursor: pointer;
This icon appears as described. Is it possible to use CSS, JavaScript or jQuery to turn this color icon into a black and white version? I am limited to using HTML 4, CSS2, and IE 8, so I can't utilize HTML5 or other browsers. While I could potentially use two different icons, I'm interested in exploring alternative methods since icons are dynamically added and I don't want to require multiple versions from everyone.