eddysilvamendes / jquery-star-rating-plugin

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

border on star image in Internet Explorer #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Internet Explorer, sometimes the star images get a border.

I dug into the jquery.rating.css and discovered a line:

div.cancel a,div.star
a{display:block;width:16px;height:100%;background-position:0 0px;border:1
solid #FF0000}

When I change it to 

div.cancel a,div.star
a{display:block;width:16px;height:100%;background-position:0 0px;border:0
solid #FF0000}

IE displays correct.

Could this be changed in the download css?

Original issue reported on code.google.com by milovand...@gmail.com on 2 Mar 2009 at 3:00

GoogleCodeExporter commented 8 years ago
thanks for reporting this. the typo as been corrected

Original comment by diego.a...@gmail.com on 12 Mar 2009 at 9:21