This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<style type="text/css"> | |
.starRate {position:relative; margin:20px; overflow:hidden; zoom:1;} | |
.starRate ul {width:160px; margin:0; padding:0;} | |
.starRate li {display:inline; list-style:none;} | |
.starRate a, .starRate b {background:url(star_rate.gif) left top repeat-x;} | |
.starRate a {float:right; margin:0 80px 0 -144px; width:80px; height:16px; background-position:left 16px; color:#000; text-decoration:none;} | |
.starRate a:hover {background-position:left -32px;} | |
.starRate b {position:absolute; z-index:-1; width:80px; height:16px; background-position:left -16px;} | |
.starRate div b {left:0px; bottom:0px; background-position:left top;} |