SpryAssets/SpryEffects.js does not work on localhost (Wampserver - to test)
This works perfectly on any browser for www.danielpisters.be:
<link rel="stylesheet" href="stylesheets/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="stylesheets/slider-themes/default/default.css" type="text/css" media="screen" />
<link>
<script src="SpryAssets/SpryEffects.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_effectHighlight(targetElement, duration, startColor, endColor, restoreColor, toggle)
{
for (var i=0; i< targetElement.length; i++)
{
Spry.Effect.DoHighlight(targetElement, {duration: duration, from: startColor, to: endColor, restoreColor: restoreColor, toggle: toggle});
}
}
</script>
<section class="sixteen columns">
<div class="slider-wrapper theme-default" align="center">
<div id="slider" class="nivoSlider" align="center">
<img src="images/slider/CriquetdelaLune.jpg" height="600" width="800" alt=""/>
<img src="images/slider/Dresseur d'aigle.jpg" height="600" width="800" alt=""/>
<img src="images/slider/Dame Blanche.jpg" height="600" width="800" alt=""/>
<img src="images/slider/CyberPoeInMael.jpg" height="600" width="800" alt=""/>
<img src="images/slider/discovery10.jpg" height="600" width="800" alt=""/>
<img src="images/slider/Nainange.jpg" height="600" width="800" alt=""/>
<!-- <img src="images/slider/sapinsgn.jpg" height="600" width="800" alt=""/> -->
</div>
</div>
</section>
On the localhost, nothing appears. Why?
