Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/40.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
Css 需要刷新以查看正确的样式_Css_Asp Classic - Fatal编程技术网

Css 需要刷新以查看正确的样式

Css 需要刷新以查看正确的样式,css,asp-classic,Css,Asp Classic,因此,我有一个网页,我添加了一些内容,所有内容都显示了适当的样式规则应用,除了我刚才添加的内容。网页是,你会看到当你点击,然后刷新如何在页面中间的内容改变。我在多个浏览器中测试了它,并清除了缓存,同样的事情也发生了。有什么想法吗?以下是一些标记: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Parker Hudson Rainer &am

因此,我有一个网页,我添加了一些内容,所有内容都显示了适当的样式规则应用,除了我刚才添加的内容。网页是,你会看到当你点击,然后刷新如何在页面中间的内容改变。我在多个浏览器中测试了它,并清除了缓存,同样的事情也发生了。有什么想法吗?以下是一些标记:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Parker Hudson Rainer &amp; Dobbs LLP</title>
<link rel="stylesheet" href="css/yui_reset.css" type="text/css" />
<link rel="stylesheet" href="css/global.css" type="text/css" />
<script type="text/javascript" src="js/jq13min.js"></script>
<script type="text/javascript" src="js/init.js"></script>
</head>
<body class="templateA"> 
<!-- "Templates" determine the width of the columns - A covers Home, Bio, Firm | B covers Practice Groups -->
<!-- Top bar colors will be determined based on the page class assigned to the #container -->

<div id="container" class="contact">
    <div id="collection">
        <div id="col1">
<!-- #include file="inc/nav.asp" -->
        </div>
        <div id="col2">
<!-- #include file="inc/logo.asp" -->
            <img src="img/contact_us_number_pad.jpg" width="200" height="182" alt="Parker Hudson Rainer &amp; Dobbs" border="0" id="hero2" />
            <h1>Hotels</h1> <!-- Spaces between each header and its contents are defined in the style rules -->
                <p>
                <a href="http://www3.hilton.com/en/hotels/georgia/hilton-atlanta-ATLAHHH/index.html">Hilton Atlanta</a><br />
                <br />

现在,我必须为h1和p标签添加两个规则,这些规则在页面刷新后会自动应用。对可能发生的事情有什么想法吗?

我看不到这种影响。我很难想象这种情况会发生。永远,爆炸。搞砸了。这确实正在发生。也许这和我的网络服务器有关。我也不知道,我只是把东西扔出去。你知道吗,没关系。这确实似乎是一个缓存问题。看见
.contact #col1  {background:url(../img/bg_c1_home.jpg) top left no-repeat; padding-top:104px;}
.contact #col2  {background:url(../img/bg_c2_home.jpg) top left no-repeat;}
.contact #col2 h1   {margin-top:45px; margin-left: 15px; font-family:"Times New Roman", Times, serif; font-size:160%; color:#5f2e25;}
.contact #col2 p    {margin-top:15px; margin-left: 30px; margin-right: 5px; font-family:"Times New Roman", Times, serif; font-size:100%;}
.contact #col3  {background:url(../img/bg_c3_home.jpg) top left no-repeat; padding:104px 30px 0 9px; width:476px;}
.contact #col3 h1   {margin-top:15px; font-family:"Times New Roman", Times, serif; font-size:160%; color:#5f2e25; background:url(../img/sp_8091ae.gif) bottom left repeat-x; margin-bottom:5px;}
.contact #col3 h1 span  {font-family:"Times New Roman", Times, serif; background-color:#fff; padding-right:5px;}
.contact #col3 h2   {font-weight:bold;}