I've a very strange requirement, I've an image(Image has slight gradient effect) which center portion need to be shown with the color change with the user score colour 255,255,0 for High Score and 155,155,55 for Low Score
Now I want to know which way should I do it, I tried it with the HTML5 Canvas but that wouldn't work with the IE, so I'm discarding this option
I don't know it can be done with the css or not
Or with the GD lib using PHP
HERE is the image http://i47.tinypic.com/b88l13.png
Thanks