用于非图像的bootstrap轮播的用法

时间:2016-09-28 12:28:48

标签: php twitter-bootstrap

我们如何将旋转木马用于除图像之外的其他元素?我喜欢使用滑动属性表。还有其他办法吗?

2 个答案:

答案 0 :(得分:0)

是的,你可以。旋转木马可以滑动其中的任何内容 Even the official example does not use images:

答案 1 :(得分:0)

用tables标签替换img标签。 **

<div class="item">

<table class="table"></table>
      <div class="carousel-caption">
        <h3>Table</h3>
        <p>This is table</p>
      </div>
    </div>

**