1.

Solve : Thumbnails to large graphics?

Answer»

I want to BUILD a table with a set of thumbnail graphics and a larger graphic space. As each thumbnail is clicked on, the larger version comes up in the larger graphic space - to be replaced as each thumbnail is accessed. Any help would be appreciated. ThanksI made a page like this once. I ended up using a FRAME for the bigger images.
You could use javascript to change the source of the image upon clicking the thumbnail. But that would be a bit more challenging. If you're into scripting, you could give that a whirl.
I'm not into scripting unfortunately, but I have found a javascript online that might work. Translating it into acually working for me is another challenge. ThanksIf you wanted something REALLY easy, use a frame. Have your links and thumbnails in the main page and just make the links you want to open inside the frame. You could even use the frame just for the picture gallery or whatever you're making.
Here's how to implement FRAMES: http://www.w3.org/TR/html401/present/frames.htmlGood idea. I have built a few websites, but NEVER used frames. It will push me to get on and do it. Thanks for your advice.



Discussion

No Comment Found