2015-10-26 34 views
-3

这是我的网站link股利内容未显示在Chrome浏览器了

在Chrome浏览器中的div内容没有显示出来,如果我检查元素或窗口大小调整的内容都出现在Mozilla。但有没有问题一切工作正常。

有人能帮我吗?

+0

邮编太多关于你的问题。 – Jai

+0

您的HTML代码在Chrome中以某种方式发表评论。 – Ionut

+0

您是否使用某种CMS。 Joomla也许? – Ionut

回答

0

你有你的代码在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>-->

+0

@lonut:this是不需要的代码,我不想显示,所以我评论它..实际的代码已启用。 – 06011991

相关问题