Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/83.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/31.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
带有动态加载图像的jquery循环内容传送带_Jquery_Asp.net - Fatal编程技术网

带有动态加载图像的jquery循环内容传送带

带有动态加载图像的jquery循环内容传送带,jquery,asp.net,Jquery,Asp.net,我正在使用asp.net和Jquery 在我的应用程序中,我有一个带有jquery的循环内容转盘,其中包含静态图像(即),我正在手动将图像插入css中。但我需要使用sqlserver数据库使其动态。请给出一些建议 代码: 这就是我现在插入图像的方式 这是工作代码: <div class="container"> <div class="header"> <a href="http:/

我正在使用asp.net和Jquery

在我的应用程序中,我有一个带有jquery的循环内容转盘,其中包含静态图像(即),我正在手动将图像插入css中。但我需要使用sqlserver数据库使其动态。请给出一些建议

代码:

这就是我现在插入图像的方式

这是工作代码

      <div class="container">
        <div class="header">
            <a                 href="http://tympanus.net/Tutorials/PortfolioImageNavigation/"><span>&laquo; Previous Demo: </span>Portfolio Image Navigation</a>
            <span class="right_ab">
                <a href="http://cyberella74.deviantart.com/art/Archigraphs-Animals-Icons-139629985" target="_blank">Animal Icons by Cyberella</a>
                <a href="http://tympanus.net/codrops/2011/08/16/circular-content-carousel/"><strong>back to the Codrops post</strong></a>
            </span>
        </div>
        <h1>Circular Content Carousel<span>with jQuery</span></h1>
        <div id="ca-container" class="ca-container">
            <div class="ca-wrapper">
                <div class="ca-item ca-item-1">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Stop factory farming</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>The greatness of a nation and its moral progress can be judged by the way in which its animals are treated.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper" runat="server">
                        <div class="ca-content">
                            <h6>Animals are not commodities</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-2">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Respect Life &amp; Rights</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>I hold that the more helpless a creature, the more entitled it is to protection by man from the cruelty of man.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div id="ca-content-wrapper">
                        <div id="ca-content">
                            <h6>Would you eat your dog?</h6>
                            <a href="#" id="ca-close">close</a>
                            <div id="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div id="ca-item ca-item-3">
                    <div id="ca-item-main">
                        <div id="ca-icon"></div>
                        <!--<h3>Become 100% meat-free</h3>
                        <h4>
                            <span id="ca-quote">&ldquo;</span>
                            <span>I feel that spiritual progress does demand at some stage that we should cease to kill our fellow creatures for the satisfaction of our bodily wants.</span>
                        </h4>-->
                            <a href="#" id="ca-more">more...</a>
                    </div>
                    <div id="ca-content-wrapper">
                        <div id="ca-content">
                            <h6>You can change the world</h6>
                            <a href="#" id="ca-close">close</a>
                            <div id="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-4">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Make a difference</h3>
                        <h4>
                            <span id="ca-quote">&ldquo;</span>
                            <span>A man is but the product of his thoughts what he thinks, he becomes.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Think globally, act locally</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-5">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Say no to killing</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>A weak man is just by accident. A strong but non-violent man is unjust by accident.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Animals have rights, too!</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-6">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Don't believe the lies</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>How essential is meat?</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-7">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Save the planet</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Collateral damage?</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-8">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>It's time to move on</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>A nation's culture resides in the hearts and in the soul of its people.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Let's finally become humans</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <h5>Quotes by Mohandas Gandhi</h5>
    </div>

带jQuery的循环内容传送带
动物不是商品
我是如此的快乐,我亲爱的朋友,我是如此的专注于纯粹宁静存在的美妙感觉,以至于我忽视了我的才能。我现在一笔也画不出来;但我觉得我从来没有像现在这样成为一个伟大的艺术家

你会吃你的狗吗? 我是如此的快乐,我亲爱的朋友,我是如此的专注于纯粹宁静存在的美妙感觉,以至于我忽视了我的才能。我现在一笔也画不出来;但我觉得我从来没有像现在这样成为一个伟大的艺术家

你可以改变世界 我是如此的快乐,我亲爱的朋友,我是如此的专注于纯粹宁静存在的美妙感觉,以至于我忽视了我的才能。我现在一笔也画不出来;但我觉得我从来没有像现在这样成为一个伟大的艺术家

全球化思考,本土化行动 我是如此的快乐,我亲爱的朋友,我是如此的专注于纯粹宁静存在的美妙感觉,以至于我忽视了我的才能。我现在一笔也画不出来;但我觉得我从来没有像现在这样成为一个伟大的艺术家

动物也有权利! 我是如此的快乐,我亲爱的朋友,我是如此的专注于纯粹宁静存在的美妙感觉,以至于我忽视了我的才能。我现在一笔也画不出来;但我觉得我从来没有像现在这样成为一个伟大的艺术家

肉有多重要? 我是如此的快乐,我亲爱的朋友,我是如此的专注于纯粹宁静存在的美妙感觉,以至于我忽视了我的才能。我现在一笔也画不出来;但我觉得我从来没有像现在这样成为一个伟大的艺术家

      <div class="container">
        <div class="header">
            <a                 href="http://tympanus.net/Tutorials/PortfolioImageNavigation/"><span>&laquo; Previous Demo: </span>Portfolio Image Navigation</a>
            <span class="right_ab">
                <a href="http://cyberella74.deviantart.com/art/Archigraphs-Animals-Icons-139629985" target="_blank">Animal Icons by Cyberella</a>
                <a href="http://tympanus.net/codrops/2011/08/16/circular-content-carousel/"><strong>back to the Codrops post</strong></a>
            </span>
        </div>
        <h1>Circular Content Carousel<span>with jQuery</span></h1>
        <div id="ca-container" class="ca-container">
            <div class="ca-wrapper">
                <div class="ca-item ca-item-1">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Stop factory farming</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>The greatness of a nation and its moral progress can be judged by the way in which its animals are treated.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper" runat="server">
                        <div class="ca-content">
                            <h6>Animals are not commodities</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-2">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Respect Life &amp; Rights</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>I hold that the more helpless a creature, the more entitled it is to protection by man from the cruelty of man.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div id="ca-content-wrapper">
                        <div id="ca-content">
                            <h6>Would you eat your dog?</h6>
                            <a href="#" id="ca-close">close</a>
                            <div id="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div id="ca-item ca-item-3">
                    <div id="ca-item-main">
                        <div id="ca-icon"></div>
                        <!--<h3>Become 100% meat-free</h3>
                        <h4>
                            <span id="ca-quote">&ldquo;</span>
                            <span>I feel that spiritual progress does demand at some stage that we should cease to kill our fellow creatures for the satisfaction of our bodily wants.</span>
                        </h4>-->
                            <a href="#" id="ca-more">more...</a>
                    </div>
                    <div id="ca-content-wrapper">
                        <div id="ca-content">
                            <h6>You can change the world</h6>
                            <a href="#" id="ca-close">close</a>
                            <div id="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-4">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Make a difference</h3>
                        <h4>
                            <span id="ca-quote">&ldquo;</span>
                            <span>A man is but the product of his thoughts what he thinks, he becomes.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Think globally, act locally</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-5">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Say no to killing</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>A weak man is just by accident. A strong but non-violent man is unjust by accident.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Animals have rights, too!</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-6">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Don't believe the lies</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>How essential is meat?</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-7">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>Save the planet</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Collateral damage?</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class="ca-item ca-item-8">
                    <div class="ca-item-main">
                        <div class="ca-icon"></div>
                        <!--<h3>It's time to move on</h3>
                        <h4>
                            <span class="ca-quote">&ldquo;</span>
                            <span>A nation's culture resides in the hearts and in the soul of its people.</span>
                        </h4>-->
                            <a href="#" class="ca-more">more...</a>
                    </div>
                    <div class="ca-content-wrapper">
                        <div class="ca-content">
                            <h6>Let's finally become humans</h6>
                            <a href="#" class="ca-close">close</a>
                            <div class="ca-content-text">
                                <p>I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
                                <!--<p>When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream;</p>
                                <p>She packed her seven versalia, put her initial into the belt and made herself on the way.</p>-->
                            </div>
                            <ul>
                                <li><a href="#">Read more</a></li>
                                <li><a href="#">Share this</a></li>
                                <li><a href="#">Become a member</a></li>
                                <li><a href="#">Donate</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <h5>Quotes by Mohandas Gandhi</h5>
    </div>
   $sth = $dbh->prepare("SELECT * FROM Carousel");
    $sth->execute();
    $carousel = $sth->fetchAll(PDO::FETCH_ASSOC);
<div class="container">
    <div id="ca-container" class="ca-container">
        <div class="ca-wrapper">
        <? foreach ($carousel as $carouselrow) { ?>
            <div class="ca-item ca-item-<? echo $carouselrow['ID']; ?>">
                <div class="ca-item-main">
                    <div class="ca-icon" style="background-image:url('<? echo $carouselrow['Image']; ?>')"></div>
                    <h3><? echo $carouselrow['Title']; ?></h3>
                    <h4>
                        <span class="ca-quote">&ldquo;</span>
                        <span><? echo $carouselrow['Subtitle']; ?></span>
                    </h4>
                    <a href="#" class="ca-more">Lees meer...</a>
                </div>
                <div class="ca-content-wrapper">
                    <div class="ca-content">
                        <h6><? echo $carouselrow['Title']; ?></h6>
                        <a href="#" class="ca-close">Sluit</a>
                        <div class="ca-content-text">
                            <p><? echo $carouselrow['Content']; ?></p>
                        </div>
                    </div>
                </div>
            </div>                                        
        <? } ?>
    </div>
</div>