Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 680989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:26:02+00:00 2026-05-14T01:26:02+00:00

So I have a tiny header image that repeats on the x axis, but

  • 0

So I have a tiny header image that repeats on the x axis, but for some reason it won’t show up in IE8. Anyone know a work around?

<!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, Helvetica, 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, Helvetica, 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;
}

Live site: http://cheapramen.com/testsite/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T01:26:02+00:00Added an answer on May 14, 2026 at 1:26 am

    Try adding a space between ) and repeat-x.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 545k
  • Answers 545k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • added an answer Well, start off by thinking of which bits of data… May 17, 2026 at 9:17 am
  • added an answer For this task it is a good idea to use… May 17, 2026 at 9:15 am
  • added an answer This is exactly how the Skyhook database (built into many… May 17, 2026 at 9:15 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Suppose I have: Toby Tiny Tory Tily Is there an algorithm that can easily
I'm writing a simple app that's going to have a tiny form sitting in
I have this tiny Qt project with a project file like this: TEMPLATE =
I have a crystal report file I need make a tiny edit in. It
I have this simple code in php: <?php header(Content-type: application/vnd.ms-word); header(Content-Disposition: attachment;Filename=kid_tag.doc); echo '<table
I have a php web page that now uses custom error pages when a
I have a map that represents a DB object. I want to get 'well
I want to create a tiny app which needs global shortcuts. So, I have
I have a tiny problem with NHibernate and I can't figure out why. Every
I'm need of a tiny help.I have a get statement on my process form

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.