Jan 26, 2009

Strange border around flash objects on Firefox

Description: A strange grey border around .swf flash objects on firefox. The following style rule in the head of your web page should solve this issue:

<style type="text/css" media="screen">object { outline:none; } </style>

SOURCE

No comments: