Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I'm setting up Smooth Gallery for a client. If you go into the gallery you will notice you can click on an image and it will show a larger version. I'm running into trouble with the back button though. I can't figure out where to put the code to switch to a specific image.
http://www.toddberger.ca/galleries.php
This is the javascript used to call the gallery. Before this I listed all the images and galleries.
[syntax="javascript"]<script type="text/javascript">
function startGallery() {
var myGallerySet = new gallerySet($('myGallerySet'), {
timed: false
});
}
window.addEvent('domready', startGallery);
myGallery.goTo(0);
</script>feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]