J'ai un souci avec cross slide jquery les images ne défile pas, voici mon code
Code :
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <title>CrossSlide</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="google-site-verification" content="51fRdx-2ED6h7sM165D6xFt80WIlp0c4vc24M8vUcQ8">
- <link rel='stylesheet' href='style.css'>
- <script src='js/jquery-1.3.2.min.js'></script>
- <script src='js/jquery.cross-slide.js'></script>
- <script src='js/script.js'></script>
- </head>
- <body>
- <div class=body>
- <div class=demo id=test2>Loading...
- <script type="text/javascript">
- jQuery(function() {
- jQuery('#test2').crossSlide({
- sleep: 3,
- fade: .5
- }, [
- { src: 'pain.png' },
- { src: 'frites.png' },
- { src: 'burger.png' },
- { src: 'soupe.png' }
- ]);
- });
- </script>
- </div>
- </body>
- </html>
|
voici un lien de la source
http://tobia.github.com/CrossSlide/