Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/275.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 非图像引导转盘的使用_Php_Twitter Bootstrap - Fatal编程技术网

Php 非图像引导转盘的使用

Php 非图像引导转盘的使用,php,twitter-bootstrap,Php,Twitter Bootstrap,我们如何将旋转木马用于图像以外的其他元素?我喜欢在桌子上使用滑动属性。还有其他方法吗?是的,你可以。旋转木马可以滑动里面的任何内容。 将img标签替换为tables标签** <div class="item"> <table class="table"></table> <div class="carousel-caption"> <h3>Table</h3> <p>

我们如何将旋转木马用于图像以外的其他元素?我喜欢在桌子上使用滑动属性。还有其他方法吗?

是的,你可以。旋转木马可以滑动里面的任何内容。

将img标签替换为tables标签**

<div class="item">

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

我在这里看不到图像?