Slideshow streikt plötzlich...

  • Hallo Zusammen!

    Ich habe auf meiner Website eine Slideshow.
    nachdem ich an der Seite gearbeitet habe, funktioniert
    diese plötzlich nicht mehr.
    Kann es sein, dass ich im Quelltext irgendwas aus versehen
    verändert habe?
    Die Slideshow zeigt nur noch das letzte Bild und weder Pfeile zum
    weiter Klicken noch die Pausentaste.

    Link:
    http://www.roaring-classics.com/slideshow/gallery.html

    Ich komme da echt nicht weiter...

    Gruß,
    Joh

  • Sorry, ich bin heute nicht mehr ganz frisch...?
    Ich verstehe schon mal gar nicht warum
    der Quelltext in einer Zeile dargestellt wird.
    Ich habe die Website im Dreamweaver erstellt und
    da wird der Code in 107 Zeilen gezeigt.

  • <script type="text/javascript" src="fadeSlideShow.js"></script>
    <script type="text/javascript">
    jQuery(document).ready(function(){
    jQuery('#slideshow').fadeSlideShow();
    });
    </script>
    </head>

    <body text="#d1cbb1">
    <div id="apDiv1"><img src="../grafik/navi_photos.png" alt="navi" width="116" height="190" usemap="#Map" border="0" />
    <map name="Map" id="Map">
    <area shape="rect" coords="8,43,99,77" href="../start.html" alt="info" />
    <area shape="rect" coords="5,83,90,114" href="../shop.html" alt="shop" />
    <area shape="rect" coords="8,120,110,152" href="../contact.html" alt="kontakt" />
    <area shape="rect" coords="41,160,84,186" href="https://www.facebook.com/roaring.classics" target="_blank" alt="facebook" />
    </map>
    </div>
    <p>&nbsp;</p>
    <div id="apDiv2"><img src="../grafik/logoTitel2.png" width="394" height="114" alt="logo" /></div>
    <h1>&nbsp;</h1>

    <div id="slideshowWrapper">
    <ul id="slideshow">
    <li><img src="images/35.jpg" width="640" height="425" border="0" alt="" /></li> <!-- This is the first image in the slideshow -->
    <li><img src="images/34.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/33.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/32.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/31.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/30.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/29.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/28.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/27.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/26.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/25.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/24.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/23.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/22.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/21.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/20.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/19.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/18.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/17.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/16.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/15.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/14.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/13.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/12.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/11.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/10.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/9.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/8.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/7.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/6.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/5.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/4.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/3.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/2.jpg" width="640" height="425" border="0" alt="" /></li>
    <li><img src="images/1.jpg" width="640" height="425" border="0" alt="" /></li> <!-- This is the last image in the slideshow -->
    </ul><br clear="all" />
    </div>
    <p>&nbsp;</p>

    </body>
    </html>

  • ja haste schomma ausprobiert deine quelle zu ersetzen? von dienem code hier sehe ich bisher nichts was falsch sein könnte und die js-file um die es geht, die fehlt natürlich.
    wenn ich mir die file von der demo ansehen würde, würd ich auch nichts finden, die funktioniert ja...^^