kvnirvana Posted October 22, 2010 Share Posted October 22, 2010 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>"; Quote Link to comment https://forums.phpfreaks.com/topic/216560-how-to-change-size-of-rating-bar/ Share on other sites More sharing options...
phpfreak Posted October 22, 2010 Share Posted October 22, 2010 Not really sure what you're asking here... can you give us some more information on the 'rating bar' ? What is it, and how is it displayed? Where do these stars come from? Are they images? Are they produced by Javascript or CSS? Quote Link to comment https://forums.phpfreaks.com/topic/216560-how-to-change-size-of-rating-bar/#findComment-1125197 Share on other sites More sharing options...
kvnirvana Posted October 22, 2010 Author Share Posted October 22, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/216560-how-to-change-size-of-rating-bar/#findComment-1125229 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.