我的部分HTML没有在Chrome中显示

我的部分HTML没有在Chrome中显示,html,css,google-chrome,Html,Css,Google Chrome,我页面的前三分之一,包括一个图形和标题,在Firefox和Explorer中显示得很好,但从我的服务器访问时,在Chrome中不会显示。当以文件形式查看页面时,它确实会出现在Chrome中 该图形在CSS文件中定义为: /**adbox**/ #广告盒{ 背景:#020a13 url(../images/bg adbox.jpg)无重复中心顶部; 字体系列:佐治亚州,“泰晤士报新罗马”,泰晤士报,衬线; 最小高度:433px; 利润率:-56px 0 22px; HTML文件是: <!D

我页面的前三分之一,包括一个图形和标题,在Firefox和Explorer中显示得很好,但从我的服务器访问时,在Chrome中不会显示。当以文件形式查看页面时,它确实会出现在Chrome中

该图形在CSS文件中定义为:

/**adbox**/
#广告盒{
背景:#020a13 url(../images/bg adbox.jpg)无重复中心顶部;
字体系列:佐治亚州,“泰晤士报新罗马”,泰晤士报,衬线;
最小高度:433px;
利润率:-56px 0 22px;
HTML文件是:

<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>donfiler.net - web design </title>
    <link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
    <div id="header">
        <div class="wrapper clearfix">
            <div id="logo">
                <a href="index.html"><img src="images/logo.png" alt="LOGO"></a>
            </div>
            <ul id="navigation">
                <li class="selected">
                    <a href="index.html">Home</a>
                </li>
                <li>
                    <a href="about.html">About</a>
                </li>
                <li>
                    <a href="blog.html">Blog</a>
                </li>
                <li>
                    <a href="gallery.html">Gallery</a>
                </li>
                <li>
                    <a href="contact.html">Contact Us</a>
                </li>
            </ul>
        </div>
    </div>
    <div id="contents">
        <div id="adbox">
          <div class="wrapper clearfix"><p></p><p></p>
            <div class="info">
                <h1>Web Design &amp; Social Media Marketing</h1>
                <p>
                    Proven Consultant, Author | Helping Companies Translate Their Business Goals to Reality.
                </p>
            </div>
          </div>
            <div class="highlight">
                <h2>707-217-8457 if you want a mobile friendly web site.</h2>
            </div>
        </div>
        <div class="body clearfix">
            <div class="click-here">
                <h1>Impact Marketing</h1>
                <a href="https://donfiler.us/bootblog.html" class="btn1">Click Here!</a>
            </div>
            <p style="font-size:12px;">
                Proven Consultant, Author | Helping Companies Translate Their Business Goals to Reality. We design web sites with dynamic database interaction; deliver computer based training; create comprehensive marketing campaigns; specialize in hand coding HTML, CSS, PHP, Mysql and JavaScript to customize web design and user interface.
            </p>
      </div>
    </div>
    <div id="footer">
        <ul id="featured" class="wrapper clearfix">
            <li>
                <img src="images/THUMBNAIL_IMAGE4.jpg" alt="Img" height="204" width="180">
                <h3><a href="https://www.createspace.com/6457547?ref=1147694&utm_id=6026">Order Now</a></h3>
                <p>
                    Memories of growing up in Europe during the Cold War. The first book in a series about Don's life.  
                </p>
            </li>
            <li>
                <img src="images/THUMBNAIL_IMAGE3.jpg" alt="Img" height="204" width="180">
                <h3><a href="https://www.createspace.com/6419890">Order Now</a></h3>
                <p>
                    A catchy tune by the Beach Boys in the mid-sixties, the lyrics of "Be True to Your School" hit many highlights of high school in that era.
                </p>
            </li>
            <li>
                <img src="images/THUMBNAIL_IMAGE2.jpg" alt="Img" height="204" width="180">
                <h3><a href="https://www.createspace.com/6464083">Order Now</a></h3>
                <p>
                    College Years and Rock Band Entrepreneur. The third book in a series about Don's life.
                </p>
            </li>
            <li>
                <img src="images/THUMBNAIL_IMAGE1.jpg" alt="Img" height="204" width="180">
                <h3><a href="https://www.createspace.com/6634095?ref=1147694&utm_id=6026">Order Now</a></h3>
                <p>
                    Contributing to others is the highest form of success you can achieve and I wanted to impart what I have learned over the years working for a living.
                </p>
            </li>
        </ul>
        <div class="body">
            <div class="wrapper clearfix">
                <div id="links">
                    <div>
                        <h4>Social</h4>
                        <ul>
                            <li>
                                <a href="https://plus.google.com/+DonFilerRohnertPark" target="_blank">Google +</a>
                            </li>
                            <li>
                                <a href="https://www.facebook.com/don.filer" target="_blank">Facebook</a>
                            </li>
                            <li>
                                <a href="https://www.youtube.com/user/donfiler1" target="_blank">Youtube</a>
                            </li>
                        </ul>
                    </div>
                    <div>
                        <h4>Blogs</h4>
                        <ul>
                            <li>
                                <a href="https://donfiler.blogspot.com/">Blogspot</a>
                            </li>
                            <li>
                                <a href="https://impactmarketingconsultant.wordpress.com/">Marketing Blog</a>
                            </li>
                            <li>
                                <a href="https://mobilefriendlywebdesign.wordpress.com/">Web Design Blog</a>
                            </li>
                        </ul>
                    </div>
                </div>
                <div id="newsletter">
                    <h4>Newsletter</h4>
                    <p>
                        Sign up for Our Newsletter
                    </p>
                    <form action="https://donfiler.us/newsletter" method="post">
                        <!--<input type="text" value="">-->
                        <input type="submit" value="Sign Up!">
                    </form>
                </div>
                <p class="footnote">
                    © Copyright © 2016 Don Filer all rights reserved.
                </p>
            </div>
        </div>
    </div>
</body>
</html>

donfiler.net-网页设计

网页设计与社交媒体营销 久经考验的顾问、作家|帮助公司将其业务目标转化为现实。

707-217-8457,如果您想要一个移动友好型网站。 影响营销

久经考验的顾问、作家|帮助公司将其业务目标转化为现实。我们设计具有动态数据库交互的网站;提供基于计算机的培训;创建全面的营销活动;专门手工编写HTML、CSS、PHP、Mysql和JavaScript代码,以定制网页设计和用户界面。

  • 冷战期间在欧洲长大的记忆。唐生活系列的第一本书。

  • “忠于你的学校”的歌词是60年代中期海滩男孩们的一首朗朗上口的曲子,在那个时代的高中生活中,它轰动了许多亮点。

  • 大学时代和摇滚乐队企业家。唐生活系列的第三本书。

  • 为他人做出贡献是你所能取得的最高形式的成功,我想传授我多年来为谋生而工作所学到的东西。

社会的
博客
新闻稿 注册我们的时事通讯

©版权所有©2016 Don Filer保留所有权利。


Google Chrome扩展插件AdBlock正在为我阻止该元素,因为它的ID是
adbox
。请检查是否已启用该扩展插件


一般来说,在命名HTML元素时尽量避免使用“ad”一词。

从一开始,我就可以看到代码中的一个主要缺陷-您命名了一个元素
adbox
。大多数广告阻止扩展都是这样工作的-它们扫描广告,并且该元素将被视为广告,仅仅因为它的名称

引用

通常,在命名HTML元素时,尽量避免使用“ad”一词


检查您是否打开了广告阻止扩展,如果是,请尝试不使用该扩展的站点。另外,请尽快重命名该元素!

非常感谢!您的答案非常准确。我非常感谢您的帮助。