[jQuery] Re: dom ready takes very long in IE 8

2009-05-21 Thread Karl Swedberg
In case it still isn't fast enough, you might want to give this a read: http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 20, 2009, at 11:41 PM, Mech7 wrote: Ah i found

[jQuery] Re: dom ready takes very long in IE 8

2009-05-20 Thread Mech7
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

[jQuery] Re: dom ready takes very long in IE 8

2009-05-20 Thread Mech7
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