I have a container with 5 inline stars.
What I need is when you hover over a star, that star and all the stars before it get a different background . (I\'m using a s
Lol, just figured it out,
I just need to add direction: rtl; on the wrapper.
direction: rtl;
FIDDLE