PDA

Click to See Complete Forum and Search --> : image(s) loding


Brandito
Dec 5th, 2005, 02:26 AM
Hey guys, I have a question that I hope someone here can answer...

I have a web page that is using an image rollover menuing system, and I was wanting to make a "Loading..." page that will load my page when the images are all downloaded. I many not be asking this correctly... but you should get what I mean. If you guys have any sample code, links, etc. I'd appreciate it!

Thanks alot guys,
Brandon P.

mendhak
Dec 5th, 2005, 06:54 AM
You can use a <DIV> which covers the page, and contains the text/image "loading". Set it's Z-Order higher than everything else, and set its visibility to hidden in the body onload event.