version 1.0
I’m trying to show a slideshow of a folder of images.
The folder and images are found just fine, but they do not display.
Looking in the HTML, all the img tags are there with visibility:hidden. It looks like the script is not running.
And if I use Firebug to change the visibility, the image is positioned at the top of the page instead of the top of the container (container does not have position:relative).