How to overlay a small page on a html page?
Posted
by Usman Ajmal
on Stack Overflow
See other posts from Stack Overflow
or by Usman Ajmal
Published on 2009-10-01T08:15:54Z
Indexed on
2010/05/18
1:10 UTC
Read the original article
Hit count: 278
JavaScript
Hi,
I have a webpage underconstruction. I want to notify the people who visit it about its under-construction nature. For that I wanted to show a small transparent or transluscent page on the above page as shown here http://img17.imageshack.us/i/normalpagewithasmallpag.png/
You may notice that i want that page to appear at the center of the webpage overlayed on the original page with a cross at top-right corner. Clicking on that cross may close this small page revealing the page behind it so that the users may see what has been developed so far.
I hope you guys have some suggestions for me. I know its possible with javascript but don't know how...any tutorial if available will also help.
Thanks a lot.
© Stack Overflow or respective owner