Friday, 16 August 2013

Issue with Skitter Slideshow

Issue with Skitter Slideshow

As you can see, I tried the code on skitter's install site:
<script type="text/javascript" language="javascript">
$(document).ready(function() {
$(".box_skitter_large").skitter();
});
</script>
<div class="box_skitter box_skitter_large">
<ul>
<li>
<a href="#cut"><img src="images/001.jpg" class="cut" /></a>
<div class="label_text"><p>cut</p></div>
</li>
<li>
<a href="#swapBlocks"><img src="images/002.jpg"
class="swapBlocks" /></a>
<div class="label_text"><p>swapBlocks</p></div>
</li>
<li>
<a href="#swapBarsBack"><img src="images/003.jpg"
class="swapBarsBack" /></a>
<div class="label_text"><p>swapBarsBack</p></div>
</li>
</ul>
</div>
check out the jsfiddle for the page, and you'll see the problem here. The
images are loading under the slider, I've tried changing the jquery files.
JSFIDDLE http://jsfiddle.net/RGj7n/
This slideshow is not working right

No comments:

Post a Comment