eddysilvamendes / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

display bug on Safari/Chrome #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load the page (If you reload browser will fix it)

What is the expected output? What do you see instead?
I expect to see the stars aligned but I get this: 
http://i286.photobucket.com/albums/ll99/rfpuyana/Picture4.jpg

What version of the plugin/jQuery are you using?
PLUGIN VERSION: jquery-star-rating-packed 3.0
JQUERY VERSION: 1.2.6-min

On what browser(s) or operating system?
BROWSER(S): Safari 3.1.2 Chrome 1.0.154.48

Please provide a link to where the problem can be observed:
URL: http://i286.photobucket.com/albums/ll99/rfpuyana/Picture4.jpg

Original issue reported on code.google.com by dleonard...@gmail.com on 20 Mar 2009 at 9:11

GoogleCodeExporter commented 8 years ago
The plugin has been tested and works on both those browsers.

Does the problem happen on this page?
http://www.fyneworks.com/jquery/star-rating/

If not, chances are your css is interfering with the plugin. Each star needs:
display:block; float:left; clear:none;

Original comment by diego.a...@gmail.com on 21 Mar 2009 at 3:01