2010-07-06 89 views

回答

2

下面是一个类似的jQuery插件。 http://sorgalla.com/jcarousel/

它是非常可定制的..即使有外部控件的选项,如你的屏幕截图中的一个。

你把图像/文本列表项标签<li>

<ul> 
     <li><img width="75" height="75" src="http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" alt="" />Birds</li> 
     <li><img width="75" height="75" src="http://static.flickr.com/75/199481072_b4a0d09597_s.jpg" alt="" />Frogs</li> 
     <li><img width="75" height="75" src="http://static.flickr.com/57/199481087_33ae73a8de_s.jpg" alt="" />Dogs</li> 
     <li><img width="75" height="75" src="http://static.flickr.com/77/199481108_4359e6b971_s.jpg" alt="" />Cats</li> 
     <li><img width="75" height="75" src="http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg" alt="" />Insects</li> 
    </ul> 
相关问题