Jump to content

How to change size of rating bar?


kvnirvana

Recommended Posts

rating_bar($rows['id'],'6','static')." Show a star rating but the stars are to big.

How can I change the size of the rating_bar, like I change the font size?

 


echo "<TD  style='font-size: 10px;' ALIGN=justify width=50% height=10 scope='row'><p>Please rate</p>". rating_bar($rows['id'],'6','static')."</TD>";


Link to comment
https://forums.phpfreaks.com/topic/216560-how-to-change-size-of-rating-bar/
Share on other sites

echo "<TD  style='font-size: 10px;' ALIGN=justify width=50% height=10 scope='row'><p>Please rate</p>". rating_bar($rows['id'],'6','static')."</TD>";

 

Rating_bar is a function that is displayed by a css file and javascript. The stars come from an image.

Tried to edit the css file, but can't seem to change the size of the stars.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.