div里面的容器没有显示出来

时间:2013-03-15 17:31:31

标签: javascript jquery html css javascript-events

我放在图库div中的任何内容都没有显示出来。但我可以在开发人员工具中看到图像。

有人能看到这个问题吗?

Here's a fiddle

<div id="gallery">
    <div id="slider" style="overflow: hidden;">
        <ul style="list-style: none; margin: 0px; width: 1440px; -webkit-transition: 300ms; -webkit-transform: translate3d(-960px, 0, 0);">
            <li style="display: table-cell; width: 361px; vertical-align: top;">
                <div>
                    <div id="swipeWrapper" class="row" style="width: 361px;">
                        <div class="melonhtml5_gallery" style="border: 1px solid green;">


                        <!--
                            <section>
                                <div data-caption="&lt;a style='padding-left: 40px; font-size: 14px; color: grey;' href='/' &gt;Create&lt;/a&gt; &lt;div&gt; &lt;a style='padding-left: 40px; font-size: 14px; color: grey;' &gt;View/Edit&lt;/a&gt; &lt;/div&gt; &lt;a style='padding-left: 40px; font-size: 14px; color: grey;' &gt;Labels&lt;/a&gt;"
                                data-image="http://www.defie.co/designerImages/png/custQuote.png"></div>
                                <p>heading one</p>
                            </section>
                         -->

                            <div  class="cubeCell" data-text="Search" class="desktopContactImage cubeCell" data-caption="&lt;a style='padding-left: 40px; font-size: 14px; color: grey; color: grey;' href='/' &gt;Create&lt;/a&gt; &lt;div&gt; &lt;a style='padding-left: 40px; font-size: 14px; color: grey; color: grey;' &gt;View/Edit&lt;/a&gt; &lt;/div&gt; &lt;a style='padding-left: 40px; font-size: 14px; color: grey; color: grey;' &gt;Labels&lt;/a&gt;"
    data-image="http://intra.defie.co/images/Desktop_icons_02.07.13/guest.png"></div>


                            <div class="cubeCell" data-text="Inventory" data-caption="&lt;a style='padding-left: 40px; font-size: 14px; color: grey;' href='/' &gt;Create&lt;/a&gt; &lt;div&gt; &lt;a style='padding-left: 40px; font-size: 14px; color: grey;' &gt;View/Edit&lt;/a&gt; &lt;/div&gt; &lt;a style='padding-left: 40px; font-size: 14px; color: grey;' &gt;Labels&lt;/a&gt;"
                            data-image="http://intra.defie.co/images/Desktop_icons_02.07.13/inventory.png"></div>

0 个答案:

没有答案