Esta mejor pero me sigue dando problemas miralo en el primer enlace que te pase. Asi esta el codigo:
Código PHP:
.rank ul {
list-style: none;
margin: 3px;
padding: 0px;
width: 100px;
height: 15px;
position: relative;
background: url(rank.gif) top left repeat-x;
margin-left:0px;
}
.rank li {
padding: 0px;
margin: 0px;
float: left;
}
.rank li.current-rating {
background: url(rank.gif) left bottom;
position: absolute;
height: 15px;
display: block;
text-indent: -9000px;
z-index: 1;
}
.rank li a {
display: block;
width: 15px;
height: 15px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
background-image: none;
}
.rank li a:hover {
background: url(rank.gif) left center;
z-index: 1;
left: 0px;
}
.rank a.star-1 {left: 0px;}
.rank a.star-1:hover {width: 15px;}
.rank a.star-2 {left: 15px;}
.rank a.star-2:hover {width: 30px;}
.rank a.star-3 {left: 30px;}
.rank a.star-3:hover {width: 45px;}
.rank a.star-4 {left: 45px;}
.rank a.star-4:hover {width: 60px;}
.rank a.star-5 {left: 60px;}
.rank a.star-5:hover {width: 75px;}