Hi,
Can anyone tell me how to made a large background image (to the body) fade in once loaded?
I suspect that one way of doing it is hiding the display (none) and then doing a fadeIn via JS on window load (or should it be document ready?) but of course, since I know nothing about JS, I don't know how to pull this off.
Ideas?