View Single Post
  #2 (permalink)  
Old Oct 20th, 2006, 20:48
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote