加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 资源网站 > 资源 > 正文

html – 背景图像不显示在IE8

发布时间:2020-12-14 18:58:47 所属栏目:资源 来源:网络整理
导读:所以我有一个小的标题图像在x轴重复,但由于某些原因,它不会显示在IE8.任何人都知道一个工作? !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"html xmlns="http://www.w3.org/1999/xhtml"hea
所以我有一个小的标题图像在x轴重复,但由于某些原因,它不会显示在IE8.任何人都知道一个工作?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta content='' name='description' />
<meta content='' name='keywords' />

<link rel="stylesheet" type="text/css" href="style.css" media="screen" />



<title>Book Site</title>









</head>
<body>
<div id="wrapper">

<div id="header">

    <div id="title">
    <span class="maintitle">Site Title Goes Here</span>
    <br />
    <span class="subtitle">Transitional Justice,Post-Conflict Reconstruction & Reconciliation in Rwanda and Beyond
    Phil Clark and Zachary D. Kaufman,editors</span>
    </div>
    <img class="thebook" src="images/thebook.png" />
    <span class="bookblurb">
    <span class="bookbuy">Buy the book</span>
    get it online
    <br />
    from Columbia,Hurst or your
    favorite reseller
    </span>

</div>

<div id="navbar">
    <ul>
        <li>HOME</li>
        <li>ABOUT THE BOOK</li>
        <li>AUTHORS</li>
        <li>NEWS & EVENTS</li>
        <li>KIGALI PUBLIC LIBRARY</li>
        <li>CONTACT US</li>
    </ul>
</div>

<div id="content">
<div id="blockone">
    <div id="polaroid">
    <img class="polaroid" src="images/polaroid.png" />
    <br />

    <span class="roidplace">Gisimba Memorial Centre</span>
    <br />
    <span class="roidname">Kigali,Rwanda</span>
    </div>


    <div id="textblockone">
    <h3>An incisive analysis of genocide and its aftermath</h3>
    <br />
    <span class="description">In After Genocide leading scholars and practitioners analyse the political,legal and regional impact of events in post-genocide Rwanda within the broader themes of transitional justice,reconstruction and reconciliation. Given the 
forthcoming fifteenth anniversary of the Rwandan genocide,and continued mass violence in Africa,especially in Darfur,the Democratic Republic of Congo (DRC) and northern Uganda,this volume is unquestionably of continuing relevance. </span>






    </div>

</div>


<div id="form">
    <div id="statement">
    This book should be labeled for the mature individual only. But for that mature individual it is of extreme interest. 
    It shows,far from any Manichean stereotyping,the many facets of having to try to live in an impossibly complex social 
    and human situation. Highly recommended. 
    <br /><br />
    <span class="author">-Grard Prunier</span> 
    <br /><span class="bookname">The Rwanda Crisis: History of a Genocide (Hurst,1995)</span>
    </div>
    <div id="contactform">
<span class="contactus">Contact us for additional information and site updates</span>
<br />
<span class="theform">
<form class="forming">
Name:
<input type="text" name="firstname" />
<br />
Title:
<input type="text" name="title" />
<br />
Institution:
<input type="text" name="institution" />
<br />
Email:
<input type="text" name="email" />
<br />
Message:
<input type="text" name="message" class="message" />
</form> 
</span>


</div>
</div>







</div>

<div id="footer">
<p class="footernav">&copy; 2008 After Genocide   <span class="footerlinks">Sitemap  |  Terms  |  Privacy  |  Contact   </span>                                       

<span class="plug">Web design by <span class="avity">Avity</span>
</p>
</div>





</div>
</body>

</html>

—————- CSS ——————-

html,body {
    margin:0;
    padding:0;
    background-color:#fdffe3;
    font-family: Arial,Helvetica,sans-serif;
}




#wrapper {
    width:1020px;
    margin:0 auto;
}

/*begin header style*/

#header {
    background:url("images/headback.png")repeat-x;
    width:1020px;
    height:120px;
    font-family:arial;
    position:relative;
}

#title {
    width:565px;
    height:100px;
    float:left;
    margin:20px 0 0 100px;
}

.maintitle {
    font-size:40px;
}

.subtitle {
    font-size:13px;
}

.thebook {
    float:left;
    margin:10px 0 0 30px;
    border:2px solid #666666;


}

.bookblurb {
    float:left;
    width:110px;
    margin:15px 0 0 15px;
    font-size:13px;
}

.bookbuy {
    font-weight:bold;
    font-size:14px;
}
/*end header style*/

/*begin navigation style*/

#navbar {
    margin:5px 0 0 0;
    height: 30px;
    width: 1020px;
    background-color: #3a3e30;


}

#navbar ul {


    padding: 0px;
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
    margin:0 0 0 140px;

}

#navbar ul li {
    list-style-type: none;
    display: inline;
    margin:0 40px 0 0;



}

/*end navigation style*/

/*begin content style*/

#content {
    width:775px;
    margin:0 auto;
}

#blockone {
    margin:25px 0 0 0;
}

#polaroid {
float:left;
width:230px;

}

.roidplace {
    font-weight:bold;
    font-size:11px;

}
.roidname {
    font-size:11px;
    margin:0 0 0 40px;
}

#textblockone {
    width:745px;
    margin:0 0 0 0;
    font-family: Arial,sans-serif;

}


.description {
    font-size:13px;

}

#form {
    background:url("images/formbackround.png") no-repeat;
    width:758px;
    height:231px;
    margin:80px 0 0 10px;
}

#statement {
    width:320px;
    margin:30px 0 0 30px;
    position:absolute;
    font-size:15px;
    font-style:italic;
    float:left;

}

.author {
    font-weight:bold;
    font-size:14;
}

.bookname {
    font-weight:bold;
    font-size:11px;
    color:#3f91ad;
}

#contactform {
    float:right;
    width:320px;
    margin:20px 30px 0 0;
}

.contactus {
    font-weight:bold;
    font-size:12px;
}

.theform {


}

.forming {

}

.message {
    height:50px;
}

#footer {
    width:1020px;
    height:65px;
    background-color:#dfdacc;
    margin:35px 0 0 0;
    font-size:13px;
    font-weight:bold;
}
.footernav {
    margin:30px 0 0 150px;
    position:absolute;
    width:1020px;

}

.footerlinks {
    margin:0 10px 0 10px;
    color:#0f77a9;
}

.plug {
    margin:0 0 0 175px;
}

.avity {
    color:#0f77a9;
}

现场:http://cheapramen.com/testsite/

解决方法

尝试在)和repeat-x之间添加一个空格.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读