Hi,
Thanks for the good looking scripts.
I am using Ajax-PHP Rating Stars Script with SQLite (I am using MySQL) at urbanprime.in (Link: http://urbanprime.in/Quace-Copper-String-Led-Light )
Script is taking only 4 starts not 5. Can you help me fix it?
Rating Stars Script uses 4 stars only
-
- Posts:2
Rating Stars Script uses 4 stars only
Admin
Posts:805
Hello,
Make these changes in the ratings.css file:
Set width:113px where it is 110px.
For example:
And
- Or download again the script from this website (I made the changes).
Make these changes in the ratings.css file:
Set width:113px where it is 110px.
For example:
Code: Select all
.srtgs .stars, .srtgs .d_rtg, .srtgs .totalrate { width:113px; }
Code: Select all
.srtgs .star_n {
position:relative;
height:19px;
margin:0;
max-width:113px;
background:#e8e8fe url('star1.png') repeat-x top left;
}
suri
Posts:2
Hi.. Thanks for quick reply. It is working now.
Thanks.
Thanks.