»
EnglishFrenchVietnamese

Print - Rating Star System - JavaScriptBank.com

Full version: jsB@nk » Utility » Rating Star System
URL: https://www.javascriptbank.com/rating-star-system-index.html

Rating Star System © JavaScriptBank.comA simple CSS to create a rating system by stars, this code is open source and licensed under a Attribution 3.0 License

Full version: jsB@nk » Utility » Rating Star System
URL: https://www.javascriptbank.com/rating-star-system-index.html



CSS
<link rel="stylesheet" type="text/css" href="rating.css" /><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<ul id="unit_ul3036" class="unit-rating" style="width:150px;"><li class="current-rating" style="width:0px;">Currently 0.00/5</li><li><a href="javascript:void(0);" title="1 out of 5" class="r1-unit rater" rel="nofollow">1</a></li><li><a href="javascript:void(0);" title="2 out of 5" class="r2-unit rater" rel="nofollow">2</a></li><li><a href="javascript:void(0);" title="3 out of 5" class="r3-unit rater" rel="nofollow">3</a></li><li><a href="javascript:void(0);" title="4 out of 5" class="r4-unit rater" rel="nofollow">4</a></li><li><a href="javascript:void(0);" title="5 out of 5" class="r5-unit rater" rel="nofollow">5</a></li></ul><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


Files
http://javascriptbank.com/javascript/utility/Rating_Star_System/starrati.gifhttp://javascriptbank.com/javascript/utility/Rating_Star_System/rating.css