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
-~----------~----~----~----~------~----~------~--~---