Page is a not externally linkable
MingoSplash - 5:48 pm on Nov 2, 2006 (gmt 0)
So I have this code writen: <div class="hidden"> Well, when using opera and my webpage on my local machine it works fine. When I upload the page the net and try to test it. The images do not appeared to be cached or even loaded. For example. Using the wepage on my local machine, opera says there are 71 items loading. ON the website it only says 46. The 25 images aren't being brought in. When I click on the image I have to wait for it to download (even if I wait a few minutes to make sure it had time to load (I'm using a 2500kbps connection btw)). Anyreason why this wouldn't work? Firefox and IE work just fine. [edited by: MingoSplash at 5:52 pm (utc) on Nov. 2, 2006]
I am trying to load images in the cache in background for a photo gallery. I am preloading with javascript the thumbnails and first image in the <HEAD> area. I do not want to do the same with the rest of the images.
<img src="images/dfdfdf.jpg" alt="" />
<img src="images/dfdfdf2.jpg" alt="" />
....
</div>