Why do we see a dotted border around my SWF when using Firefox 3 on Windows and wmode transparent or opaque?
Submitted by: AdministratorFirefox 3 on Windows using wmode transparent or opaque introduces a new default style for the object element; it treats it like an active link.
This Firefox implementation deviates from Firefox 3 on Mac, previous Firefox versions on Windows and the default style for the embed element, so it is therefore likely to be a Firefox bug.
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>
Submitted by: Administrator
This Firefox implementation deviates from Firefox 3 on Mac, previous Firefox versions on Windows and the default style for the embed element, so it is therefore likely to be a Firefox bug.
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>
Submitted by: Administrator
Read Online SWFObject Job Interview Questions And Answers
Top SWFObject Questions
| ☺ | How to avoid Active Server Pages error ASP 0139 when using static publishing and Microsoft IIS? |
| ☺ | Tell me why does Internet Explorer 6 and 7 show the error message J.parentNode is null or not an object? |
| ☺ | Explain why can we see memory usage increase on every page refresh in Internet Explorer? |
| ☺ | Tell us why does Firefox report Permission denied to call method Location.toString in the error console? |
| ☺ | Do you know why does Firefox load my SWF twice? |
Top Scripting language Categories
| ☺ | AngularJS Interview Questions. |
| ☺ | Ext-JS Interview Questions. |
| ☺ | Dojo Interview Questions. |
| ☺ | Expert Developer JavaScript Interview Questions. |
| ☺ | SWFObject Interview Questions. |
