0

When you click on an icon in the navigation bar and you remove your mouse from the link, a selection rectangle appaers over the whole screen. How can i prevent this. It's not reproducable with a jsfiddle: http://jsfiddle.net/woutvdd/2B3dY/ . my website: http://www.woutvdd.be.

I'm using firefox 12 and i also have this issue in ubuntu.

Someone has a clue?

4

1 回答 1

1

This is not a bug, it's Firefox behavior.

The short version of the answer is for you to apply this to your css:

a:active {
  outline: none;
}
于 2012-05-17T22:11:07.727 回答