Basically I've been asked to make a website with a logo image fading in before displaying the page ( say 4 seconds display).
From what I can see the best way to do this will be using jQuery. I've seen othe examples where a page fades in after all images are loaded, but how can i do this by specifying an amount of time.
To Sum up:
Want to load image in full screen with loading page slightly visible behind (lightbox efect), then fade into fully loaded site content after 4 seconds, regardless of whether the page is loaded or not.
How can I do this?