»
Tiếng AnhTiếng PhápTiếng Việt

In - Hệ thống đánh giá bằng ngôi sao - JavaScriptBank.com

Phiên bản đầy đủ: jsB@nk » Ứng dụng » Hệ thống đánh giá bằng ngôi sao
URL: https://www.javascriptbank.com/rating-star-system-index.html

Hệ thống đánh giá bằng ngôi sao © JavaScriptBank.comMột đoạn mã CSS đơn giản để tạo hệ thống đánh giá với các ngôi sao trên trang web, đây là mã nguồn mở hoạt động theo giấy phép Creative Commons Attribution 3.0 License

Phiên bản đầy đủ: jsB@nk » Ứng dụng » Hệ thống đánh giá bằng ngôi sao
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