|
Re: Really pretty clueless on JS
You could try having a div the width and height of your page with a z-index such that it sits above everything else.
Set its position: absolute and it s top and left attributes as required.
When the page is fully loaded, call a JavaScript function to change its display to none.
|