Just when I had it fix well most of your problems after your last update this does clean up some of your issues hopefully it works.
CSS
CODE
body{
background-color:#000000;
}
.bannerhead {
background-image: url('bannertest2.jpg');
width:1050px;
height: 271px;
}
.menu {
position:relative; top: 4px;
background-image: url('menutest.jpg');
width: 1275px;
height: 40px;
}
.backgroundimage {
position:relative; top: 0px;
min-width:1050px;
background-image: url('bgdone2.gif');
background-position: top center;
background-repeat: repeat-y;
background-repeat: no-repeatx;
}
.textholder {
position:relative; top: 9px;
background-image:url('bgdone2.gif');
max-width:1050px;
font-size:1.8em;
}
.container {
position:relative; top: 0px;
margin-top: 0px;
margin-left: 50px;
width:930px;
color: #000000;
}
.counterTitle {font-family: arial, times; font-size: 16pt; color: #000000; text-align: center; font-weight: bold}
.counterTitle2 {font-family: arial, times; font-size: 12pt; text-align: center; font-weight: bold; text-decoration: none}
.counters { background-color: #ffffff; text-align: center; font-family: arial, times; font-size: 10pt; }
.borderlicious { position:relative; top: 15px; left: 15px;border-style: solid; border-collapse: collapse}
HTML
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="index_files/style.css" />
</head>
<body>
<center>
<script type="text/javascript" src="index_files/minmax.js"></script>
<div class="bannerhead"></div>
<div class="menu"></div>
<div class="textholder">
<div class="container">
<table class="borderlicious" align="right" border="2" bordercolor="black" width="300"><tbody>
<script src="index_files/casualties.js"></script>
<tr><td colspan="2" class="counterTitle" bgcolor="#bbbbbb">Casualties in Iraq</td>
</tr><tr><td class="counterTitle2">
<a class="new" href="http://www.iraqbodycount.net/">Iraqi Civilians (min-max):</a></td>
<td align="center"><img src="index_files/ibc_b.gif" /></td>
</tr>
<tr><td class="counterTitle2"><a class="new" href="http://www.antiwar.com/casualties/">U.S. Soldiers Killed:</a></td>
<td class="counters" height="17" width="25">
<center><script>document.write(casualties.total_value);</script>3017</center></td></tr>
<tr><td class="counterTitle2"><a class="new" href="http://www.antiwar.com/casualties/">In Combat:</a> </td>
<td class="counters" align="right" height="17" width="25">
<script>document.write(casualties.combat_value);</script>2481</td></tr>
<tr><td class="counterTitle2"><a class="new" href="http://www.antiwar.com/casualties/">Wounded:</a> </td>
<td class="counters" height="17" width="25"><script>document.write(casualties.wounded_value);</script>22834</td></tr>
<tr><td class="counterTitle2"><a class="new" href="http://www.costofwar.com/">Cost of the Iraq War:</a></td>
<td class="counters" height="17" width="25">
<center><script language="JavaScript" src="index_files/costofwar.js" type="text/javascript"></script><div id="raw">$358,358,023,157</div><script language="JavaScript" type="text/javascript">inc_totals_at_rate(1000);</script></center></td></tr>
</tbody></table>
<center><u>March 25th, 2006</u></center>
<p> Three years have passed since the inception of the war in Iraq. <a href="http://icasualties.org/oif/">2,322</a>
of our brave men and women have lost their lives; <a href="http://www.iraqbodycount.net/">33,773</a>
civilians have died, and there is still no end in sight. It is
becoming increasingly apparent that we are trapped in a quagmire, and
that our
current path will not help to extradite us. What is needed now is
honest discussion about the war, its realities, and how we can
stabilize the region
enough to bring our troops back alive and safe to their families and
friends. This website is meant as an incubator to foster those
types of discussions;
a place were people can come and discuss the realities of the war we
are entrenched in, regardless of their political orientation.</p>
<p>One of the largest obstacles we face in these discussions is
people's detachment from the actual events that are occurring.
The media, whither it be
liberal or conservative, only paints a very limited picture of what is
actually going on. This is quite unfortunate as the less people
know, the less
they feel obligated to engage the issue. In an attempt towards
rectifying this informational blackout we are hosting a <a href="http://www.facesofwar.org/test/gallery/">gallery of images</a>
from the war. A majority of these pictures were taken by the
troops themselves. These are the atrocities they experience every
day. <i>This</i> is what war truly
looks like.</p>
<p>War photographs have had a long and powerful history of influencing
the struggles they depict. Few can forget the images that came
out of <a href="http://www.rotten.com/library/history/war-crimes/my-lai-massacre/">My Lai</a>
or the use of <a href="http://www.krysstal.com/images/democracy_vietnam_napalm.jpg">napalm</a> in the Vietnam war. Likewise, <a href="http://www.shutterbug.com/features/1104sb_alexander/">Alexander Gardner</a> captured images
which had dramatic impact on people's understanding of the civil war. Now it is time for our generation to see <a href="http://www.facesofwar.org/test/gallery/">these images</a>, a job made much more difficult with the media's new practice of embedded reporting.
Please help to spread the word.</p>
<p> </p>
<div style="text-align: right;"><p>Sincerely,
<br />
<i>Paolo Unger Dvorchik</i></p></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div></span></center>
</body></html>
and it looks so code

Hopefully you don't make to many changes when you see this. It cleans out some of the problems you had on your old design plus hte second update you did before you reedited the site which I see you where doing.
Reply