joeblack9988 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Slideshows don't work without Javascript #230

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Slideshows set up as shown in the examples do not work if javascript is 
disabled. After playing around for a while, I discovered that img tags in the 
class slideshow-images need to be set up with position as static in order to 
make the slideshow work without javascript. However, in order to make the 
slideshow work with javascript the img tags need to be set up with absolute 
position.

I was able to hack together something that works both ways (see attached file), 
but there should be a better way to do this. Why are these settings not 
included in the Slideshow javascript and css files by default?

What version of the product are you using? On what operating system and
browser?
Firefox 11.0 and Safari 5.1.5 on Mac OS X Lion 10.7.3.

Original issue reported on code.google.com by preotgee...@gmail.com on 10 Apr 2012 at 6:28

Attachments: