Possible Duplicate:
How can I make the browser wait to display the page until it's fully loaded?
I’ve got a simple website and I’d like to hold it’s opening for X ms before I’m sure it’s all loaded (like images for example).
Is there a way to make this to the whole page at once?
I already have some fades to open the various div’s of the site but I’d like that fade to only occur after the page has waited for those X ms set by the “loading”.
Thank you.
jQuery
or
or
Immediately following your tag add something like this…
And for the very first thing in your add something like…
All these answers are from How can I make the browser wait to display the page until it’s fully loaded?