I built a this sites http://www.ourzeal.com/walko/index.html . If you look closely at the far right column it is about 1 px higher than the other two. The source does validate. I can not however get this column fo level out. Any help would be much appreciated.
Right click to view source and the CSS looks like this:
[code=css]
body { background-color: #000;
margin: 10px 0px 0px 0px; }
h1 { font-size: 15px; }
#block_1 { width: 800px;
height: 125px;
border-width: 0px;
color: #FFF;
margin: 0px auto 0px auto;
background-image:url('../images/newtopheader.jp g'); }
#navigation_blo ck { width: 760px;
border-width: 0px;
color: #e20b0b;
margin: 0px auto 3px auto;
padding: 3px 2px 3px 2px;
height: 14px;
text-align: center; }
#block_2 { width: 800px;
height: auto;
border-width: 0px;
margin: 0px auto 0px auto;
background-color: #000;
color: #FFF;
background-image: url('../images/');
background-repeat: no-repeat;
background-position: bottom;
padding: 0px; }
#jwrsymbol { position: absolute;
margin: 29px 0px 0px 37px;
border: 0px; }
#overlay { position: absolute;
margin: 14px 0px 0px 534px;
color: #000;
text-wrap: nowrap;
width: 200px; }
#mailbox { position: absolute;
margin: 92px 0px 0px 625px; }
#team { position: absolute;
margin: 96px 0px 0px 485px;
border: 0px; }
#left_column, #center_column, #right_column {
height: 300px;
border: 1px solid #e20b0b;
background-color: #eeeeee;
background-position: top right;
background-repeat: no-repeat;
color: #000;
padding: 2px 5px 5px 5px;}
#left_column { float: left;
margin: 1px 0px 2px 0px;
width: 194px;
background-image: url('../images/upwardarrow.gif '); }
#center_column { float: left;
margin: 1px 2px 1px 2px;
width: 407px;
background-image: url('../images/decoration.gif' );
background-position: bottom right; }
#right_column {
width: 159px;
margin: 1px 0px 0px 629px;
background-image: url('../images/accent.gif');}
#footer { height: 20px;
width: 800 px;
clear: left;
text-align: center;
margin: 0px 0px 0px 0px;
background-image: url('../images/bodybottom.jpg' );
background-repeat: no-repeat;
background-position: bottom;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #e20b0b; }
#emailform {
width: 200px;}
.indent {
width: auto;
padding-left: 5px;
margin-top: 2px; }
input {
background: #ffff99;
widt: 200px;
text-wrap: none; }[/code]
Right click to view source and the CSS looks like this:
[code=css]
body { background-color: #000;
margin: 10px 0px 0px 0px; }
h1 { font-size: 15px; }
#block_1 { width: 800px;
height: 125px;
border-width: 0px;
color: #FFF;
margin: 0px auto 0px auto;
background-image:url('../images/newtopheader.jp g'); }
#navigation_blo ck { width: 760px;
border-width: 0px;
color: #e20b0b;
margin: 0px auto 3px auto;
padding: 3px 2px 3px 2px;
height: 14px;
text-align: center; }
#block_2 { width: 800px;
height: auto;
border-width: 0px;
margin: 0px auto 0px auto;
background-color: #000;
color: #FFF;
background-image: url('../images/');
background-repeat: no-repeat;
background-position: bottom;
padding: 0px; }
#jwrsymbol { position: absolute;
margin: 29px 0px 0px 37px;
border: 0px; }
#overlay { position: absolute;
margin: 14px 0px 0px 534px;
color: #000;
text-wrap: nowrap;
width: 200px; }
#mailbox { position: absolute;
margin: 92px 0px 0px 625px; }
#team { position: absolute;
margin: 96px 0px 0px 485px;
border: 0px; }
#left_column, #center_column, #right_column {
height: 300px;
border: 1px solid #e20b0b;
background-color: #eeeeee;
background-position: top right;
background-repeat: no-repeat;
color: #000;
padding: 2px 5px 5px 5px;}
#left_column { float: left;
margin: 1px 0px 2px 0px;
width: 194px;
background-image: url('../images/upwardarrow.gif '); }
#center_column { float: left;
margin: 1px 2px 1px 2px;
width: 407px;
background-image: url('../images/decoration.gif' );
background-position: bottom right; }
#right_column {
width: 159px;
margin: 1px 0px 0px 629px;
background-image: url('../images/accent.gif');}
#footer { height: 20px;
width: 800 px;
clear: left;
text-align: center;
margin: 0px 0px 0px 0px;
background-image: url('../images/bodybottom.jpg' );
background-repeat: no-repeat;
background-position: bottom;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #e20b0b; }
#emailform {
width: 200px;}
.indent {
width: auto;
padding-left: 5px;
margin-top: 2px; }
input {
background: #ffff99;
widt: 200px;
text-wrap: none; }[/code]
Comment