Hi all,
I have a simple picture viewing site where, via ASP, I generate an html page with a table that has thumbnail images in <img> tags in each cell. Cliking the <img> brings up the main picture corresponding to that thumbnail, in a separate frame.
The problem is that if I have, say, 100 images per page, even though they're tiny thumbnails it takes a while to load. It's as if there is a separate call to load each thumbnail--I see the status bar's rapidly blurring text as each thumgnail loads as the main page loads.
There's got to be a better way. I'm thinking along the lines of a single image of all the thumbnails, but with 'hotspots' so clicking on a specific 'thumbnail' portiong of the image would bring up the corresponding image.
Has anyone seen this done or have any suggestions to make the page load faster?
Thanks,
--Jim
I have a simple picture viewing site where, via ASP, I generate an html page with a table that has thumbnail images in <img> tags in each cell. Cliking the <img> brings up the main picture corresponding to that thumbnail, in a separate frame.
The problem is that if I have, say, 100 images per page, even though they're tiny thumbnails it takes a while to load. It's as if there is a separate call to load each thumbnail--I see the status bar's rapidly blurring text as each thumgnail loads as the main page loads.
There's got to be a better way. I'm thinking along the lines of a single image of all the thumbnails, but with 'hotspots' so clicking on a specific 'thumbnail' portiong of the image would bring up the corresponding image.
Has anyone seen this done or have any suggestions to make the page load faster?
Thanks,
--Jim