I have been searching for a solution to this issue, but have yet to find one.
My dilemma involves a PNG image with a transparent background. I want to change the color of the image itself (not the transparent background) using CSS.
I know there should be a way to achieve this with web-kit, but I've heard that method is not supported. Is there an alternative approach to achieve this effect, or how can I make it work with web-kit?
In my specific scenario, is there a technique to alter the color of the red ball...
JSFIDDLE: http://jsfiddle.net/BkFBH/3/
HTML:
<img id = "ball" src="http://www.clker.com/cliparts/p/0/L/e/j/B/red-circle-solid-md.png" width=100 height=100>
EDIT: I am looking to change it using HEX or RGBA, rather than hue! However, if there's a way to convert from HEX to Hue or something similar, that might also do the trick!
Thank you all! -Liam