我在此页面底部为我正在处理的一些“建议项目”创建了 div 和容器,希望它是一个滑块,您可以在其中单击左右以查看更多信息。但是我见过的所有 jQuery 滑块仅适用于图像(轮播),是否有人可以针对这种情况向我推荐,因为它不仅仅是图像。
我假设我不能在 UL 元素中包含 DIV,因为这是我见过的所有滑块使用的。
这是我下面那个滑块区域的 html。以及页面链接:http: //bit.ly/18IOB8J
<div id="carousel-left"><a href="#"><img src="http://placehold.it/20x100" /></a></div>
<div id="suggestedproducts">
<div id="suggestedproduct-container">
<div id="suggestedproduct-img">
<a href="#"><img src="http://acsupply.mangdevelopment.co.uk/upload/category/5_FixingsHardwareSecurity.jpg" /></a>
</div>
<div id="suggestedproduct-desc">
<a href="#"><h5>JCB 650W ELECTRIC JIGSAW</h5></a>
<p>£ 59.99</p>
</div>
</div>
<div id="suggestedproduct-container">
<div id="suggestedproduct-img">
<div id="suggestedproduct-img">
<a href="#"><img src="http://acsupply.mangdevelopment.co.uk/upload/category/5_FixingsHardwareSecurity.jpg" /></a>
</div>
</div>
<div id="suggestedproduct-desc">
<a href="#"><h5>JCB 650W ELECTRIC JIGSAW</h5></a>
<p>£ 59.99</p>
</div>
</div>
<div id="suggestedproduct-container">
<div id="suggestedproduct-img">
<a href="#"><img src="http://acsupply.mangdevelopment.co.uk/upload/category/5_FixingsHardwareSecurity.jpg" /></a>
</div>
<div id="suggestedproduct-desc">
<a href="#"><h5>JCB 650W ELECTRIC JIGSAW</h5></a>
<p>£ 59.99</p>
</div>
</div><!-- suggestedproduct-container -->
<div id="carousel-right"><a href="#"><img src="http://placehold.it/20x100" /></a></div>