Author | Message |
---|---|
jkerby
Posts: 12
|
Posted 17:28 Apr 20, 2013 |
Hi All, I was wondering how we should go about implementing the 5 star rating system on the game page. Should we use a little CSS or is there an easier way like some sort of form widget? Thanks. |
dthomas5
Posts: 38
|
Posted 17:59 Apr 20, 2013 |
the way I am going to do it is with straight html and css3 rules
|
cysun
Posts: 2935
|
Posted 21:47 Apr 20, 2013 |
A star is just an image which you can put into the page using an <img> tag. The rating number tells you how many <img> should be used. There's no CSS necessary. |