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
Original issue reported on code.google.com by
milovand...@gmail.com
on 2 Mar 2009 at 3:00