感谢您的时间。 我按照教程,然后是视频,但我无法让它工作。
我的头像这样
<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>
我确实复制并粘贴了所有内容......我不知道出了什么问题。非常感谢任何见解。
非常感谢
答案 0 :(得分:2)
您没有指向js和/或css文件的正确位置。根据您的代码,它们应该与此页面一起位于根目录中。