chris_angell
07-30-2002, 05:58 PM
I am hoping to show a div when The page is loading, and once it has loaded this will fade away.. is it possible with the power of js + dom to do this... have a div with a 50 per alpha filter so you can see the page loading below but can't use any of the site until the div Hides after loading ????
the div will cover the screen.. with a grey tint :)
I have been thinking of doing it like this
function hideload() {
loadingdiv.style.visibility="hidden";
}
-->
<body onLoad="hideload()">
<DIV ID="loadingDiv">
</DIV>
I think this is a bad way of doing it...... but I would like a 50 per filtered layer of one colour to go over the top of the page... then fades out when The page is loaded... plus text on this div.. I have been trying..
can you say: to open a specific division first the every thing casading below opens afterwards.. or control the way that division load ???
:)
the div will cover the screen.. with a grey tint :)
I have been thinking of doing it like this
function hideload() {
loadingdiv.style.visibility="hidden";
}
-->
<body onLoad="hideload()">
<DIV ID="loadingDiv">
</DIV>
I think this is a bad way of doing it...... but I would like a 50 per filtered layer of one colour to go over the top of the page... then fades out when The page is loaded... plus text on this div.. I have been trying..
can you say: to open a specific division first the every thing casading below opens afterwards.. or control the way that division load ???
:)