i want to make it so that my website will load as it should but in the same time the background image (which is all over the page) will do z-index=9999 and after 2 seconds will go z-index=-1;
the point is that the visitors will see the background image for 2 seconds and then the background image wil go back to the backgrond as it should be....
the most important thing is that while this happens i dont want to the script to run and do the background thing without the site being loaded from the server...i want this to happen toghther somehow without reveling the content yet(just after the 2 seconds when the backgrond goes back)
any idea?