Hi,
I have this in my stylesheet:
.star-rating a.1stars-active
{
background: url(/images/star_rating.gi
f) left bottom;
width: 20px;
}
I got this from another website, so I don't EXACTLY understand what they're trying to do. But I get this warning in Firefox.
Warning: Expected ',' or '{' but found '0.2stars'. Ruleset ignored due to bad selector.
Source File:
http://localhost/stars.cssLine: 78
Any suggestions about how I can fix it, while still having it do what it's meant to do? Seems to work fine in IE.
EJ
Start Free Trial