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