I'm considering adding a star rating tool to my website. But I don't like using JavaScript if I can avoid it. Luckily, I found a tutorial on creating a star rating bar using pure CSS on the web.
Using the lessons learned in his tutorials (note the plural), I had a few insights and made a few improvements. For instance, the rating bar can vary in color or shape from one end to another. It can even be animated! Finally, I made the current rating parameter easier to generate for blogs and such.
Continue reading "Improving CSS Star Rating" »


