I'm having trouble getting the slider to work (static version posted above). Here's the code I used;
Code:
<link rel="stylesheet" href="/nivo/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/nivo/nivo-slider_uf_theme.css" type="text/css" media="screen" />
<div style="height:250px;">
<div id="wrapper">
<div class="slider-wrapper theme-uf">
<div class="ribbon"></div>
<div id="slider" class="nivoSlider">
<a href="http://consortium.stormspire.net"><img src="/nivo/1Test.png" alt="" title="#htmlcaption1"
</div>
<div id="htmlcaption1" class="nivo-html-caption">
<b>Items that should be on your snatch list</b> </ br> testing.. <a href="http://consortium.stormspire.net">read more</a>
</div>
</div>
</div>
<script type="text/javascript" src="/clientscript/jquery/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="/nivo/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript">
$(window).load(function() {
$("#slider").nivoSlider();
});
</script>
</div>
Note, the page already loads jquery 1.4.2 for TWS notifications. Does this have any implications?
Here's the test page where I've tried to load the widget:
http://consortium.stormspire.net/con...The-Consortium