http://i45.tinypic.com/34pezdj.jpg
The outline appears when tab through all element in the web. This happen only in Firefox (not appear in Chrome, Opera, Safari)
I use Firebug console to detect what element is on focus by: document.activeElement then it shows
>>> document.activeElement
<html>
Then tried:
html {outline: 0}
But this outline still appear.
How can we get rid of this one?
p.s: I try tab through all page of other pages like Google, Facebook. There is no outline like this.