Open GoogleCodeExporter opened 9 years ago
Please read our FAQ Q1
Original comment by bobbyvandersluis
on 9 Jan 2009 at 4:47
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 help?
<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 */ }
Original comment by mikeashi...@gmail.com
on 5 Feb 2009 at 1:34
please discuss this in the discussion group
Original comment by bobbyvandersluis
on 5 Feb 2009 at 10:15
OK, thanks
Original comment by mikeashi...@gmail.com
on 5 Feb 2009 at 4:29
Original issue reported on code.google.com by
calvin.l...@gmail.com
on 9 Jan 2009 at 4:12