Hi there bethany,
You are right, this type of things is being used all over the place now
Seeing as we are on the dhtmlgoodies site, I thought that I would have a go at adapting one of the gallery scripts here to try to create somthing like the one you have linked to.
To be honest I am not quite sure exactly which part of the demo that you have used is what you are really after, but I have assumed that probably the most interesting part is the ability to add semi-transparant lay-overs with additional image title and descriptions
I have used the
image slideshow 2 script as my base and adapted it slightly to add the captions.
My first quick attempt can be found in my
slideshow with captions demo. Please bear in mind that it just a quick attempt and I have delibieratly limited myself to using the scripts here in this site. Quite possibly it could be achieved fairly easily with mootools but that would be in another forum
I have tried to keep alfs original script intact as much as possible, adding to it rather than changing. I haven't modified the fading effect though I must admit that the sliding effect in the url you sent is possibly nicer.
I have added hidden "divs" to add the captions and modified the js and css to overlay them over the pictures.
One thing to note, as is, both the original and my version require the images used to be smaller (or same size) than the container otherwise, in Firefox, they will spill out
You can download a zipped file of my script including images
here - I have taken the css and js code out of the main index file to hopefully make things a bit eaiser to understand.
Well, maybe this script will give you a few ideas, I quite enjoyed throwing it together - another one for my "dhtmlgoodies adaptions" showcase
Let me know if you need any help with it.
Chris