vote up 0 vote down star

I've some CSS problem in Firefox 3. I have several image buttons on my page and when I'm clicking on them I've seen to horizontal lines across the screen at top and bottom button border. I saw such issue on other web sites, so I think it's something known.

flag

38% accept rate

1 Answer

vote up 4 vote down check

This is because of the "outline" style in CSS - the idea is that it highlights the element in focus so that people with disabilities notice it better.

You can set the outline style to none in the css and this should fix it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.