tjmbc Posted May 31, 2008 Share Posted May 31, 2008 How do I make it so my page is only shown after it has been completely loaded rather than it being pieced together. Quote Link to comment Share on other sites More sharing options...
Psycho Posted May 31, 2008 Share Posted May 31, 2008 The only solutino I can think of would be JavaScript by using the onload() trigger. Either "cover" the page with a layer that covers everythign or make the styles such that things are not visible. Then, one the page loads the onload trigger can change the style properties or remove the coverign div. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.