【问题标题】:Div Contents are not showing up in chrome browserdiv 内容未显示在 chrome 浏览器中
【发布时间】:2016-01-25 07:35:12
【问题描述】:

这是我的网站link

在 chrome 浏览器中,如果我检查元素或窗口调整显示内容的大小,则不会显示 div 内容。但在 Mozilla 中没有问题,一切正常。

谁能帮帮我?

【问题讨论】:

  • 邮政编码太尊重你的问题。
  • 您的 HTML 代码在 Chrome 中被注释掉了。
  • 您是否在使用某种 CMS。 Joomla 也许?
  • 我只使用 html @lonut
  • 简单地链接到一个网站被认为是不好的做法,请编辑您的问题并包含一些代码,否则此问题将被关闭。

标签: javascript jquery html css google-chrome


【解决方案1】:

由于某些情况,您的代码在 Chrome 中被注释:

检查页面时显示如下:

<!--<div class="cat-wrapper" id="cat-portraits">

                    <div class="header animated" style="background-image:url(images/Gallery/portrait1.png)" data-animation="fadeIn" data-animation-delay="200">
                        <div class="overlay"></div>
                        <div class="title">
                            <p>P<br/>O<br/>R<br/>T<br/>R<br/>A<br/>I<br/>T<br/>S</p>
                        </div>
                    </div>

                    <div class="images">

                        <div class="gallery-item animated regular" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait2.png" alt="">
                            <a href="images/Full_sizes/img14.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated small" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait6.png" alt="">
                            <a href="images/Full_sizes/img19.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated wide" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait9.png" alt="">
                            <a href="images/Full_sizes/img13.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated wide" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait7.png" alt="">
                            <a href="images/Full_sizes/img16.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated small" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait3.png" alt="">
                            <a href="images/Full_sizes/img17.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated small" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait10.png" alt="">
                            <a href="images/Full_sizes/img21.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated small" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait4.png" alt="">
                            <a href="images/Full_sizes/img20.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated wide" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait8.png" alt="">
                            <a href="images/Full_sizes/img18.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated small" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait11.png" alt="">
                            <a href="images/Full_sizes/img3.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated regular" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait5.png" alt="">
                            <a href="images/Full_sizes/img15.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>
                        <div class="gallery-item animated small" data-animation="fadeIn" data-animation-delay="400">
                            <img src="images/Gallery/portrait12.png" alt="">
                            <a href="images/Full_sizes/img22.jpg" class="overlay"></a>
                            <a href="#" class="icon1-heart-empty"></a>
                            <a href="#" class="icon1-heart"></a>
                            <p class="love">47</p>
                        </div>

                    </div>
                </div>-->

【讨论】:

  • @lonut:这是我不想显示的不需要的代码,所以我评论了它..实际代码已启用。
猜你喜欢
  • 2020-11-10
  • 2014-06-08
  • 1970-01-01
  • 2011-02-19
  • 1970-01-01
  • 2016-12-18
  • 1970-01-01
  • 2015-09-15
  • 1970-01-01
相关资源
最近更新 更多