【发布时间】:2013-01-12 23:53:41
【问题描述】:
我正在使用 jQuery Horizontal scroll plugin 滚动 Demo。
当我向 li 添加额外的图像时,它不会显示添加的图像。有人知道吗?
<ul id="horiz_container_outer">
<li id="horiz_container_inner">
<ul id="horiz_container">
<li><img src="images/toystory.png" width="500px" height="300px" alt="Toy Story" /></li>
<li><img src="images/up.png" width="500px" height="300px" alt="UP" /></li>
<li><img src="images/ratatouille.png" width="500px" height="300px" alt="Ratatouille" /></li>
<li><img src="images/findingnemo.png" width="500px" height="300px" alt="Finding Nemo" /></li>
<li><img src="images/cars.png" width="500px" height="300px" alt="Cars" /></li>
<li><img src="images/monstersinc.png" width="500px" height="300px" alt="Monsters Inc" /></li>
<li><img src="images/bugslife.png" width="500px" height="300px" alt="A Bugs Life" /></li>
<li><img src="images/incredibles.png" width="500px" height="300px" alt="The Incredibles" /></li>
<li><img src="images/bugslife.png" width="500px" height="300px" alt="A Bugs Life" /></li>
<li><img src="images/incredibles.png" width="500px" height="300px" alt="The Incredibles" /></li>
<li><img src="images/bugslife.png" width="500px" height="300px" alt="A Bugs Life" /></li>
<li><img src="images/toystory.png" width="500px" height="300px" alt="The Incredibles" /></li>
<li><img src="images/bugslife.png" width="500px" height="300px" alt="A Bugs Life" /></li>
<li><img src="images/toystory.png" width="500px" height="300px" alt="The Incredibles" /></li>
</ul>
</li>
</ul>
jQuery
>$(document).ready(function(){
$('#horiz_container_outer').horizontalScroll();
});
【问题讨论】:
-
你能在jsfiddle.com上显示代码吗...??? bcox 我不能在这里玩它的 CSS
-
完成了..!!!你能告诉我你要添加多少图片吗????
-
请添加li标签,然后查看最近添加的li没有显示但在dom中的页面
标签: jquery jquery-ui jquery-plugins