"preloading" a whole page with images etc.
Is there a way to make the browser load all of the webpage, including images, before it actually shows the page to the user?
I have a problem where IE sometimes forgets to show a table with images (that I have "CSS:d" to the bottom of the page) that is used for navigation. The table shows up when I reload the page, so I was hoping this would help...
Other solutions is of course appreciated too...
The pages only have to work in IE, because its not really a webpage, but educational material for the intranet... and we all have to use IE here. Because of this the pages is not on the web atm. but I can fix that if necessary...
------------------
./mdk
./mdk
Ken Elliott posted this at 07:48 — 24th November 1999.
They have: 358 posts
Joined: Jun 1999
Enclose your entire webpage in some extra tables. Then it will download the first table completely before showing anything.
Hope this helps
VulKen
------------------
Pimpin like a pimp with an electrofied pimpin machine!
Anonymous posted this at 02:10 — 25th November 1999.
They have: 5,633 posts
Joined: Jan 1970
If your using IE4 then your best off adding some DHTML to your page. I made a similar effect for my first homepage.
Go to http://home.primus.com.au/lloydhass/portfolio/lloydweb/index.html and take the dynamic link.
What I did was put the entire contents of the body into a hidden span. Then just add an onLoad to the <body> tag and make the span visible. With IE4 you can also add blending transitions such as dissolving.
If you need help with the code just email me
[email protected]
------------------
http://go.to/hass
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.