FireFox 3.6 draws one-pixel border.
Saturday, January 30th, 2010 by LuisFireFox 3.6 draws one-pixel border aorund embedded SWF (also occurs with Java Applets) where the width and height is set to 100%, causing pointless scrollbars to appear.
It seems to be a side effect of fixed usability problem which makes old bugs to appear.
Solution 1:
In about:config:
Set browser.display.focusringonanything to true and set browser.display.focusring_width to 0
Solution 2:
Paste this in your css/stylesheet:
a:focus, object:focus {
outline: none;
-moz-outline-style: none;
}
Thanks Thomas for the info.
See more at support.mozilla.com forum (FireFox 3.6 draws a one-pixel border…)


