Hallo,
ich habe ein Problem, ich habe einen Code für eine Karussellfotoshow der auch auf anderen HPs funktioniert.
Komischerweise nur hier auf der HP gehts nicht:
www.firma-guenni.de.tl/Testseite-1.htm
hier ist mal der Code, vielleicht findet ja jemand einen Fehler:
<center>
<link type="text/css" rel="stylesheet" href="http://philipp7.bplaced.net/carousel/theatre.css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript">
</script> <script src="http://philipp7.bplaced.net/carousel/jquery.theatre-1.0.js" type="text/javascript"></script>
<div id="carousel" style="width: 400px; height: 300px;">
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild01.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild02.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild03.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild04.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild05.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild06.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild07.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild08.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild09.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild10.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild11.png" />
<img alt="" src="http://img.webme.com/pic/f/firma-guenni/bild12.png" />
</div>
<script type="text/javascript"> $(document).ready(function() {
$("#carousel").theatre({ effect:"3d", still:2000, paging:"#paging", selector:"img"})
}); </script></center>
______________