tags:

views:

29

answers:

0

I have a SlideShow script. hier

http://asexpress.de/SlideShow/slide_test.html

<script language="JavaScript" src="SlideShow.js"></script>
<script language="JavaScript"> 
  function start() {
   var a = "1.jpg;2.jpg;3.jpg";
   SlideShow.Init("container", {"imageURLs":a, "imageContainer":"imgContainer"});
   SlideShow.Start();
  }
</script>

The problem is that I am trying to set the Opacity of the Image but i does not function.

Can you please check the script where I am doing false?

Thanks