views:

601

answers:

1

Hi,

Is there a way to have lightbox on page load?? Say like when the page is loading i need to show the lightbox... and when the page load is complete it should disappear?? Pls help me in this...!!

A: 

Use an absolute positioned div (in CSS) to show the lightbox and:

<body onload="document.getElementById('idofthediv').style.display='none'" ...
Aviral Dasgupta
If you're interested, I could show you a working example...
Aviral Dasgupta
yes.. i would love to see..!! Thanks for the quick response
kayteen