My Question:
suppose i have to show the photo gallery,
and suppose it has 5 image links
Refer the following:
when clicked on link1 preview of 1 show appear and similarly up to 5.----------------
|
| Image preview of links 1 -5 goes here here..
|
|
------------------
Links 1 | 2 | 3 | 4 | 5
What i want to do?
I want to display the images without loading when clicked on the link
and i suppose it can be done using javascript, problem is how to preload the
images so that when the link is clicked image should instatly appear in the preview section.
Is there any idea to perform this ?
I would be very greatful for the soultions.
Thanks in advance to all of YOU !!