Is you external CSS embedded / available before the SWFObject code is being run? When the below CSS is not available or not defined when using 100% sizing in FF, the swf does not appear on the page. So it sounds like either you have a pathing issue to your CSS file, or it is not available when you need it.
Aran -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of TIA Sent: Friday, 6 February 2009 3:44 AM To: SWFObject Subject: externalizing CSS breaks FireFox I may be missing something basic but: If I cut and paste the style information in the header (included below fwiw) of the html page then everything works no problem in BOTH IE and FireFox. However, if duplicate the style information in a separate css page (included below as well) and then link to it then everything works in IE BUT FireFox SHOWS ONLY A BLANK SCREEN. Any thoughts? ------------------------ CSS in Page Header: ------------------------- <style type="text/css" media="screen"> html, body, #flashContent { height:100%; } body { margin:0; padding:0; overflow:hidden; } #altContent { /* style alt content */ } </style> ----------------------------- CSS Linked Page: ------------------------- @charset "utf-8"; html, body, #flashContent { height:100%; } body { margin:0; padding:0; overflow:hidden; } #altContent { /* style alt content */ } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
