1) coguy11Group: Members Posts: 1Joined: 18 Jul 2006Location: IP: 66.192.--.--
Posted:
This code is really great. Can someone help with trying to get it so you can switch photos by clicking on thumbnails for each photo?
Thanks, Dave
If you have a solution to this, please email me at coguy11@gmail.com
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 155.205.--.--
Posted:
Sure -- this is somethign I should probably add to the default demo script :). Check the CSS file, there's a suggestion in there.
Basically, put <img> tags in each of your <li> items for the appropriate thumbnail. Then simply modify the .CSS file so that the "display: none" isn't applied to non-active LIs so they're all visible at once. Polish it up and you're away laughing!
Good luck - Angus.
3) darnoldGroup: Members Posts: 3Joined: 3 Dec 2007Location: TexasIP: 66.136.--.--
Posted:
Angus, you are the man since finding this site I have had a lot of fun playing with all the neat scripts :)
I am able to get the gallery working and the thumbnails work great, the only problem that I have is that I would like to display the thumbnails on a completely different area on the page, where as this only displays them directly above the images. Is there a way to work around this?
Thanks! -David
4) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.137.--.--
Posted:
I'm glad you like my scripts :).
Sure, move the <ul> to where you want it, and adjust its CSS so it displays the way you want (you might want to float the LIs if you want them horizontal, for instance).
Good luck - Angus.
5) darnoldGroup: Members Posts: 3Joined: 3 Dec 2007Location: TexasIP: 66.136.--.--
Posted:
Got this bad boy hooking into a mySQL database and the thumbnails are looking very nice and square and styled <3
Once I've got this cleaned up a bit I'll link you to it so you can take a look!