|
Home > Archive > Programming Forum > December 2007 > Will preloading solve this?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Will preloading solve this?
|
|
| tabur15 2007-12-17, 8:13 am |
| I have my website the way I want it:
http://www.racheljcox.com
But due to my javascript ignorance I put each individual portfolio image on its own html, so to scroll through the images the viewer needs to see all the other elements load every time. So I want to get rid of thhat and have all the other elements remain stationary. There is already some javascript in there for rollovers. Can I solve this with just preloading? How does it all work within the same html page, and can I do it without using thumbnails? I tried to look at the script for
http://www.lorrainedaley.com/aesthetic1.html, which uses something similar, but couldn't really figure out how to apply it to my page.
Any help would be greatly appreciated...
Thanks | |
| ccomputers 2007-12-24, 4:54 am |
| Based on the sample site you are refering to, the best bet would be a filmstrip thumbnail view in the lower segment of the page, you could also look at doing a slideshow view, using a gif animator (Namo works well).
You could use a fixed thumbnail view for each section, and only load once and then target your viewer frame for the changes. |
|
|
|
|