[jQuery] Re: jquery pageloader

2007-09-07 Thread Renaud
On 7 sep, 11:38, Aaron <[EMAIL PROTECTED]> wrote: > Has anyone have a detailed solution for this or an example page i > could take a look at? > > Thanks! > Here's one. This one waits for all the embedded images to load (the image inside takes 5 seconds to generate), but you could do what's in the

[jQuery] Re: jquery pageloader

2007-09-07 Thread Equand
http://nosite.ru/HU try this... the code is in #overlay #overlaytext are the working examples of loading screen On Sep 7, 5:38 pm, Aaron <[EMAIL PROTECTED]> wrote: > Has anyone have a detailed solution for this or an example page i > could take a look at? > > Thanks! > > On Sep 7, 9:19 am, Simpe

[jQuery] Re: jquery pageloader

2007-09-07 Thread Aaron
Has anyone have a detailed solution for this or an example page i could take a look at? Thanks! On Sep 7, 9:19 am, Simpel <[EMAIL PROTECTED]> wrote: > hmm...I quess sometimes stuff is a lot easier than you think > > thanks for the info though! > > On 6 Sep, 17:21, Renaud <[EMAIL PROTECTED]>

[jQuery] Re: jquery pageloader

2007-09-07 Thread Simpel
hmm...I quess sometimes stuff is a lot easier than you think thanks for the info though! On 6 Sep, 17:21, Renaud <[EMAIL PROTECTED]> wrote: > Quickly looking at the sources, what they do is having one > 'pageloading' div, and one 'real body' div. > The real body div is hidden by default by c

[jQuery] Re: jquery pageloader

2007-09-06 Thread Renaud
Quickly looking at the sources, what they do is having one 'pageloading' div, and one 'real body' div. The real body div is hidden by default by css. Once you've done all your initialization stuff you can just hide the pageloading div and show the real body. Regards, Renaud Drousies On 6 sep, 0