Hi,

   Try this in your CSS (overflow: hidden - not overflow:none):

   /* hide from ie on mac \*/
   html { height: 100%;  overflow: hidden; }
   /* end hide */
   body {
       height: 100%;
       width: 100%;
       margin: 0;
       margin-bottom: 0;
       padding: 0;
       background-color: #ffffff;
   }
   #flashcontent {
       width: 100%;
       height: 100%;
       backgroundColor:#ffffff
   }

laurent wrote:

oops..the right link is:
http://dev.logiquefloue.org/fd/index_swfo.php

thx
L

laurent a écrit :

hm yes, because I did lots of tests, forget to turn it back to 100%. Even with 100% I got the white stripe:
http://localhost/akrolab/frenchdandy/deploy/index_swfo.php

L

Glen Pike a écrit :
Your SWFObject height is 101%

laurent wrote:

Hi,

When I use swfObject I have around 5px more at the bottom of my html page.

You can see the difference from a page using swfObject and a normal one:
http://dev.logiquefloue.org/fd/index_normal.php
http://dev.logiquefloue.org/fd/index_swfo.php

the last one got a scroll bar + few milimeter of html in white, the normal one is just fitting the browser.

Anyone know about this issue ?

thx
L
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to