Fill (color) part of image
We are facing some problem in our project.We h开发者_高级运维ave some functionality which required to fill color to star image with some percentage.In our case their are five stars.All will be fill independently according to their percentage.
Suppose i have 5 stars,In which one star have 10% so it need to be fill up to some extent.Same as if 2nd star have 90% then it need to be fill up to maximum.Same as others stars also.So all stars are independents and will fill as per their %age.I have gone through all jquery plug ins but didn't find any solution.
Please let us know some solutions for this. Thanks for your immediate reply.
You could build your own stuff with a png mask that shows the background behind and than just fill the background according to the percentage.
精彩评论