[jQuery] Re: Sometimes my dynamic content doesn't load - please help!

2008-05-21 Thread Ry
Hi there, The long and the short of it is this. Different rendering engines in browsers do different things when they load a stylesheet - some wait and some try and go forward with rendering before it has loaded. Read about it here http://webkit.org/blog/66/the-fouc-problem/ which describes my

[jQuery] Re: Sometimes my dynamic content doesn't load - please help!

2008-05-20 Thread Sid
How do you load your different stylesheets? Basic style elements like background-color etc load pretty fast, its the images that usually take time. So I think you should check by trying different background colors, because I face the same problem while the styles are switching. Also, try the Liv