Hey everyone! Need a little help with some coding, lets see if any one can help me out so here goes... I am creating a website through HTML for an assignment, I need to create a gallery that has a main image and smaller thumbnails below which I can click on and then the clicked on image will become the main image. I think the best way to do this is through using Javascript in the HTML document so thats what I have been doing but its not working so I'm asking you web design geniuses to pretty please help! It needs to look like the image I have attached but it doesn't need the arrows or the text saying click to enlarge. Please help me!
Clickable thumbnail galleries using instant swapping (no-transitioning) can be done without JavaScript, and without CSS3. cssplay has a number of such galleries, e.g. http://www.cssplay.co.uk/menu/clickgallery.html#pic1 That's the simplest one there. You'll find others there also which have other features such as navigation and captions. All done without JavaScript, so it matters nothing if the user has switched js off.