Hi,
The main issue is that the offset nav produces a horizontal scrollbar and the background image on the body stops sliding to the left in ie6 but the content does not when the page is resized smaller.
If you move the image from the body and onto the wrapper it should stay in sync better.
You also have a malformed table with missing tags and some extra div tags thrown in the mix.
I’ve tried to tidy it up a bit but there’s too many changes to document.
<!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=utf-8"/>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<!-- <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/> -->
<title>Rajeev Thomas Photography</title>
<style type="text/css">
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-size:100%;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none;
}
ins {
text-decoration:none;
}
del {
text-decoration:line-through;
}
table {
border-collapse:collapse;
border-spacing:0;
}
html, body {
height:100%;/* needed to base 100% height on something known*/
text-align:center;
margin:0;
padding:0;
}
body {
background:#0c0000;
}
html, body {
min-width:860px
}
a {
text-decoration: none;
color: #ef6702;
}
a:visited {
color: #ef6702;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
color: #ffffff;
}
a, input {
outline-color: invert;
outline-style: none;
outline-width: medium;
}
img a img {
padding:1px;
}
#header1 {
text-align: left;
padding:0 0 7x 0px;
border-bottom: 1px solid #260101;
height:146px;
position:relative;
overflow:hidden;
border-top:400px solid #000;/* footer soak up */
}
#header1 span {
width:520px;
height:146px;
position:absolute;
left:0;
top:0;
background:url(http://www.rajeevthomas.com//photos/header-1-.png) no-repeat 0 0;
behavior: url(http://www.rajeevthomas.com//iepngfix.htc);
}
.cname {
font-size: 19px;
margin: 0px 0px 0px 0px;
text-align: center;
line-height: 50px;
}
.caption {
font-size: 20px;
color: #ff0000;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 0px 10px 0px;
}
.excerpt {
font-size: 18px;
color: #ffffff;
width: 450px;
background-image: url(http://www.rajeevthomas.com/photos/.jpg);
border-top:1px solid #2c2c2c;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 0px 0px 0px;
}
.thumbsPage {
position:relative;
top:10px;
margin:0px;
text-align:left;
padding:0px 0px 400px 20px;
min-height:550px;
color:#fff;
}
* html .thumbsPage {
zoom:1.0;
height:550px
}
.thumbs {
text-align:left;
margin:10px auto 0;
}
.thumbsPage img {
border: 1px solid #3a1c11;
padding: 8px; /*Inner border size*/
background: #000000; /*Inner border color*/
}
.thumbs td {
padding:10px;
vertical-align:middle;
}
.link {
padding:0px 0px 0px 10px;
text-align:left;
font-size:19px;
}
.plinks {
padding:0px 0px 0px 0px;
text-align: left;
font-size: 18px;
color:#ff310b;
}
.limagePage {
width: 860px;
min-height:900px;
}
.limage {
left:0px;
text-align: left;
font-size: 18px;
margin:0px;
position:relative;
left:20px;
padding:0px 0px 0px 10px;
}
.limage {
zoom:1.0
}
.llink {
padding:0px 0px 0px 10px;
text-align:left;
font-size:19px;
}
.prev {
margin:0px;
font-size: 50px;
float:left;
color:#FF0000;
text-align:left;
padding: 0px;
position:absolute;
left:-70px;
top:300px;
}
.next {
margin:0px;
padding:0px;
font-size: 50px;
color:#FF0000;
text-align:right;
position:absolute;
right:-75px;
top:295px;
}
.cpage {
position:relative;
margin:0px;
text-align: center;
padding:0px 0px 0px 100px;
min-height:700px;
height:auto !important;
height:700px;
margin-right:-20px;
}
.categoryview {
width:600px;
}
.cpage img {
border: 1px solid #793b22;
padding:5px;
}
#seeker {
font-size: 15px;
padding: 10px 2px 2px 0px;
width:725px;
margin:auto;
position:relative;
}
.main {
width:860px;
margin:auto;
position:relative;
left:40px;
}
.textarea {
font-size:15px;
width:260px;
height:23px;
background-color: #8c5535;
border: 1px solid #401c14;
padding:0;
margin:5px 1px 10px 0x;
text-align:left;
}
.buttons {
padding: 3px 3px 23px 3px;
margin:0px 0px 0px -3px;
background-color: #401c14;
border: none;
color:#ff7302;
font-size: 15px;
height:23px;
}
.footer {
height:92px;
background: url(http://www.rajeevthomas.com//photos/2.jpg) no-repeat 50% 0;
padding:307px 0 0 0;
margin: auto;
clear: both;
font-size: 11px;
text-align: center;
}
.footinner {
width:100%;
border-top: 1px solid #260101;
text-align:center;
}
#seeker {
font-size: 15px;
padding: 10px 2px 2px 0px;
width:725px;
margin:auto;
position:relative;
left:40px;
}
.footnote {
font-size: 15px;
padding:2px 0px 25px 0;
background-color: #0d0004;
color:#ff7302;
width:725px;
margin:auto;
position:relative;
left:40px;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
.wrapper:after {/* thank you Erik J - instead of using display table for ie8*/
clear:both;
display:block;
height:1%;
content:" ";
}
.wrapper {
min-height:100%;
margin-top:-400px;
text-align:left;
background: url(http://www.rajeevthomas.com//photos/1.jpg) no-repeat 50% 400px;
}
* html .wrapper {
height:100%;
}
.me {
font-size: 14px;
color:#ff7302;
}
ul.nav {
margin: 0;
padding: 0;
list-style: none;
float:right;
margin-right:-180px;
text-align:left;
}
ul.nav li {
position: relative;
}
ul.nav li a {
font-family: Tahoma, Geneva, sans-serif;
text-decoration: none;
font-size: 15px;
padding: 5px;
color: #ef6702;
}
ul.nav li a:hover {
color:#FFFFFF;
}
/* End */
</style>
</head>
<body>
<div class="wrapper">
<h1 id="header1"><span></span></h1>
<div class="main">
<ul class="nav">
<li><a href="index.php">Home</a></li>
<li><a href="viewgallery.php">My Galleries</a></li>
<li><a href="news.php">Trips And Updates</a></li>
<li><a href="searchmyway.php">Search</a></li>
<li><a href="aboutme.php">About Me</a></li>
</ul>
<div class="thumbsPage">
<p class="link"><a href=viewgallery.php>Albums</a><font color=white> >> </font><a href=viewgallery.php?cid=1>Abstract</a></p>
<p class="des">Love at first it was when I saw Colorado!</p>
<table class="thumbs">
<tr>
<td><a href='viewgallery.php?cid=1&pid=289'><img
src='http://www.rajeevthomas.com/photos/tb_289.jpg' alt='GJGJFJSJSJS' /></a></td>
<td><a href='viewgallery.php?cid=1&pid=287'><img
src='http://www.rajeevthomas.com/photos/tb_287.jpg' alt='GSJSJSJSJS' /></a></td>
<td><a href='viewgallery.php?cid=1&pid=288'><img
src='http://www.rajeevthomas.com/photos/tb_288.jpg' alt='GSJSJSJSG' /></a></td>
</tr>
<tr>
<td><a href='viewgallery.php?cid=1&pid=285'><img
src='http://www.rajeevthomas.com/photos/tb_285.jpg' alt='GJSJGSJSJS' /></a></td>
<td><a href='viewgallery.php?cid=1&pid=286'><img
src='http://www.rajeevthomas.com/photos/tb_286.jpg' alt='GJSJSJSJ' /></a></td>
<td><a href='viewgallery.php?cid=1&pid=283'><img
src='http://www.rajeevthomas.com/photos/tb_283.jpg' alt='YJR6YUGFJDGDGJGF' /></a></td>
</tr>
<tr>
<td><a href='viewgallery.php?cid=1&pid=284'><img
src='http://www.rajeevthomas.com/photos/tb_284.jpg' alt='GFSJSGJJSGJGSG' /></a></td>
<td><a href='viewgallery.php?cid=1&pid=281'><img
src='http://www.rajeevthomas.com/photos/tb_281.jpg' alt='76378368368' /></a></td>
<td><a href='viewgallery.php?cid=1&pid=282'><img
src='http://www.rajeevthomas.com/photos/tb_282.jpg' alt='GJSGJSJJSGJSJ' /></a></td>
</tr>
</table>
</div>
</div>
</div>
<div class="footer">
<div class="footinner">
<form name="searchform" id="seeker" action="searchmyway.php" method="get">
<input type="text" name="q" class="textarea"/>
<input type="submit" name="Submit" value="Search" class="buttons" />
<input type="hidden" name="form_id:search" value="1" />
</form>
</div>
<p class="footnote">All content and website by Rajeev Thomas. All rights reserved. All © by Rajeev Thomas. </p>
</div>
</body>
</html>
It’s probably best if you run the above code (while online) to see if its doing what you want before you implement the changes. I removed some divs and applied the class to the table itself and removed the outer table.
I move the body background image on to #wrapper instead. I also changed two of the divs to p elements and coloured the text so that it shows. There are probably a few other odd changes in there also. 