Rating Stars Script uses 4 stars only

Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
suri
Posts: 2

Rating Stars Script uses 4 stars only

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?

Admin Posts: 805
Hello,
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; }
And

Code: Select all

.srtgs .star_n {
position:relative;
height:19px;
margin:0;
max-width:113px;
background:#e8e8fe url('star1.png') repeat-x top left;
}
- Or download again the script from this website (I made the changes).

suri Posts: 2
Hi.. Thanks for quick reply. It is working now.

Thanks.