Click to See Complete Forum and Search --> : I'm looking for a way to preload my website


bpetruzzo
07-24-2009, 03:47 PM
I've done some searching but haven't really found a good way to do this. I run a wordpress installation that's used as a photography portfolio and blog. The site doesn't take long to load, but because a lot of the content is organized using Thickbox, if people click on certain things before the page finishes loading, it will redirect to another page rather than loading in Thickbox like it should.

I'm trying to find a way to preload the site before displaying anything. Is there a relatively simple way to do this?

infinityspiral
07-24-2009, 05:18 PM
Sure you could assign an inline style of display:none; to the body or the specific tags you'd want to hide and then when the dom loads you'd set the script to set the css to display:block;

skilled1
07-30-2009, 05:42 PM
you can check sites like dynamicdrive.com for a javascript website preloader