御時間ありがとうございます。チュートリアル、次にビデオに従いますが、うまくいきません。
頭はこんな感じ
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
そして私の体には
<div class="slider-wrapper theme-default">
<div id="slider" class="nivoSlider">
<img src="images/walle.jpg" alt="" />
<a href="http://dev7studios.com"><img src="images/nemo.jpg" alt="" title="#htmlcaption" /></a>
<img src="images/toystory.jpg" alt="" title="This is an example of a caption" />
<img src="images/up.jpg" alt="" />
</div>
</div>
<div id="htmlcaption" class="nivo-html-caption">
<strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
</div>
そしてボディの一番下、閉じる直前に、
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
私は文字通りすべてをコピーして貼り付けました...何が悪いのかわかりません。どんな洞察も大歓迎です。
本当にありがとう