bonsoir a tous
je suis en présence d un très gros soucis avec un slider pour jquery
je m explique j ai télécharger sur ce site ce pack
http://www.menucool.com/jquery-slider"
ensuite je l ai de zipper sur mon dd et j ai lancer les demo
super cela fonctionne
j héberge donc mes fichiers javascript et css sur 000webhost.com
et je refais un essai sur mon pc , nickel cela fonctionne toujours
je téléchargé donc le fichier demo.[/contents/498-html-langage html] du répertoire téléchargé sur 000webhost.com
je lance la demo et la ben l effet slider a disparu
qui a une solution svp merci
voici le fichier source modifie que j ai envoyé sur le serveur de 000webhost.com
je suis en présence d un très gros soucis avec un slider pour jquery
je m explique j ai télécharger sur ce site ce pack
http://www.menucool.com/jquery-slider"
ensuite je l ai de zipper sur mon dd et j ai lancer les demo
super cela fonctionne
j héberge donc mes fichiers javascript et css sur 000webhost.com
et je refais un essai sur mon pc , nickel cela fonctionne toujours
je téléchargé donc le fichier demo.[/contents/498-html-langage html] du répertoire téléchargé sur 000webhost.com
je lance la demo et la ben l effet slider a disparu
qui a une solution svp merci
voici le fichier source modifie que j ai envoyé sur le serveur de 000webhost.com
<!DOCTYPE html>
<html>
<head>
<title>Demo 3 - jQuery Content Slider</title>
<link href="http://essai1.web44.net/toutpourfrancybox/generic.css" rel="stylesheet" type="text/css" />
<link href="http://essai1.web44.net/toutpourfrancybox/slider.css" rel="stylesheet" type="text/css" />
<script src="http://essai1.web44.net/toutpourfrancybox/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="http://essai1.web44.net/toutpourfrancybox/jquery-slider.js" type="text/javascript"></script>
</head>
<body>
<div class="div1"><h2>Demo 3 - jQuery Content Slider</h2>
<p>Demos: <a href="demo1.html">1</a> <a href="demo2.html">2</a> 3 <a href="demo4.html">4</a></p>
</div>
<div class="div2">
<div id="mcts1">
<div class="each">
<img src="http://les-perles.comze.com/les-perles/imagediverse/imageperleessaifrancy.jpg" />
<div class="content">
<p><strong>Unrestricted Content</strong></p>
<p>The Thumbnail Slider (or jQuery Slider if using the jQuery version) allows you to easily animate any series of elements, by sequentially scrolling them.</p>
<p>The content can be anything: HTML, text, images, ...</p>
</div>
</div>
<div class="each">
<img src="http://les-perles.comze.com/les-perles/imagediverse/imageperleessaifrancy.jpg" />
<div class="content">
<p><strong>Accommodate Non-image Content</strong></p>
<p>The Thumbnail Slider allows you to organize, highlight and showcase your most important content in a sleek and stylish manner while
at the same time allowing your audience to browse the content all within the same page.</p>
</div>
</div>
<div class="each">
<img src="http://les-perles.comze.com/les-perles/imagediverse/imageperleessaifrancy.jpg" />
<div class="content">
<p><strong>Easy to Customize</strong></p>
<p>The options in the script allows you to easily cutomize the slider to your web design. No muss, no fuss.</p>
<ul>
<li>direction</li>
<li>scroll interval</li>
<li>scroll duration</li>
<li>hover pause</li>
<li>auto advance</li>
<li>scroll by each thumb</li>
<li>circular</li>
<li>large image slider</li>
<li>inSync with large image slider</li>
</ul>
</div>
</div>
<div class="each">
<img src="http://les-perles.comze.com/les-perles/imagediverse/imageperleessaifrancy.jpg" />
<div class="content">
<p><strong>Browser Compatibility</strong></p>
<p>The Content Slider is compatible with all major browsers and mobile platforms like iphone / ipad.</p>
<p><strong>Carousel with Good Device Support</strong></p>
<p>The Carousel is compatible with mobile platforms like iphone / ipad.</p>
</div>
</div>
</div>
</div>
<br /><br /><br />
<div class="div2">
<ul>
<li>This is <a href="http://www.menucool.com/jquery-slider" target="_blank">the jQuery version of the Menucool Thumbnail Slider</a></li>
<li>This demo demonstrates that Menucool Thumbnail Slider can be used as a Content Slider by utilizing the Thumbnail Slider's feature that it allows any HTML content</li>
<li>Please visit <a href="http://www.menucool.com/slider/content-slider" target="_blank">Menucool Content Slider</a> for detailed instructions</li>
</ul>
</div>
</body>
</html>