Ah i found it's because the SWF Object 2.2 beta :-) changed to 2.1 and works faster...
On May 21, 10:38 am, Mech7 <chris.de....@gmail.com> wrote: > Ah I found out it's because SWFObject... does anybody know how a > solution to this? > > On May 21, 10:28 am, Mech7 <chris.de....@gmail.com> wrote: > > > I am hiding a login panel like: > > > $(document).ready(function() { > > $("#login").css({marginTop: "-105px"}); > > > }); > > > But in IE 8 it takes very long to hide? I don't like to set it in CSS > > because if javascript is turned off people can still login as it is > > visible... is there anyway to make it faster ?