I\'ve seen a tutorial online - http://www.htmldrive.net/items/show/402/CSS-Star-Rating-System - for making a CSS star rating system.
On the page they have this code
CSS:
.rate-container > i { float: right; } .rate-container > i:HOVER, .rate-container > i:HOVER ~ i { color: gold; }
HTML: