Archive for August, 2011

Remove Gray Border from around flash

Saturday, August 13th, 2011

Lately i noticed a gray border around the flash objects from on of my sites. I remember this problem from a few years ago with IE, however now it happened with Firefox.

Here’s an easy fix for this: add the following code to your CSS file to kill the border on focus:

object, embed {
  outline: 0;
}