/* styles for the star rater as seen on 
   http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/ 
*/ .star-rating{ list-style:none; margin: 0px; padding:0px; width: 125px; height: 25px; position: relative; background: url(alt_star.gif) top left repeat-x; } .star-rating li{ padding:0px; margin:0px; /*\*/ float: left; /* */ } .star-rating li a{ display:block; width:25px; height: 25px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; padding: 0px; } .star-rating li.current-rating{ background: url(alt_star.gif) left center; position: absolute; height: 25px; display: block; text-indent: -9000px; z-index: 1; } /* end of styles for the star rater as seen on http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/ */