PDA

View Full Version : removing faint line in firefox on star voting


chris_angell
04-15-2008, 03:02 PM
In firefox i am using code to rate a product. but in firefox a border line comes up when submiting a star value, i am trying to remove this border line ??

any ideas on how to do this would be good...i have tried but can't do it

if you click on a star in firefox you will see the problem...

http://www.chrishardy.co.uk/asp/scripts/accessible-star-ratings/demo.asp

many thanks

jcdevelopment
04-15-2008, 03:04 PM
i believe i got this to work on images, put this as a universal in ur CSS



img {
border:0;
}