Joined December 2013
·
Posted to
Easy star-ratings in jQuery and Bootstrap
over 1 year
ago
Nice one! Do you know how to implement "half star" so we can better fine tune the ratings?
For voting is ok just with 5 stars but when displaying ratings of many items it is nice to have at least half star or we risk to have many similar ratings.
I know is out of scope of your plugin as you say in github it is enough with this
<i class='glyphicon glyphicon-star'></i><i class='glyphicon glyphicon-star'></i><i class='glyphicon glyphicon-star'></i><i class='glyphicon glyphicon-star-empty'></i><i class='glyphicon glyphicon-star-empty'></i>
Do you know to do some kind of "half-empty" in CSS???รง
Thanks a lot and feliz navidad
Hi again,
the point would be to avoid using both glyphicons and fa.
I have tried with this but didn't manage to clip de star
http://www.html5rocks.com/en/tutorials/masking/adobe/
Also with the second method of
http://www.anieto2k.com/2009/09/08/3-tecnicas-de-hacer-crop-con-css/
and almost did it but I couldn't.
Any suggestion?