Mam kod z http://tobia.github.com/CrossSlide/ dokładniej Ken Burns variant, ale nie mogę tego odpalić sad.gif siedzę już przy tym chyba 2 godziny. Mam taki kod:
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7. <script src="js/jquery.1.2.4.js"></script>
  8. <script src='js/easing.min.js'></script>
  9. <script src='js/jquery.pause.js'></script>
  10. <script src='js/jquery.cross-slide.js'></script>
  11.  
  12. jQuery(function($) {
  13. $('#slideshow').crossSlide({
  14. fade: 1
  15. }, [
  16. { src: 'kadar/1.jpg' },
  17. { src: 'kadar/1.jpg' },
  18. { src: 'heaven.jpg' }
  19. ]);
  20. });
  21.  
  22.  
  23.  
  24. <style type="text/css">
  25. #slideshow {
  26. width: 600px;
  27. height: 200px;
  28. }
  29. <div id="slideshow"></div>
  30.  
  31.  
  32. </body>
  33. </html>


O co w tym chodzi?

Pozdrawiam