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, 08:08, Simpel <[EMAIL PROTECTED]> wrote: > Hi! > > Just a short question, has anyone seen a jquery example of a > pageloader? What I'm looking for is the functionality that for example > netvibes.com uses. That you'll get a message saying that the page is > loading whilst it's...ehum....loading ;) > > /Simpel