Trying to line up container, and container bottom, and getting a 1px difference, between IE and FF. I know its not a lot, but it looks totally stupid because the footer is designed to integrate into the container.
Here is my code (including body):
Code:
HTML,BODY { margin: 0; background: url('images/body_bg.jpg') repeat-x #e2e9ef; text-align:center; }
#Container {
padding:10px; color:#ffffff; background: repeat-y center url('images/container_bg.png');
margin-left: auto;
margin-right: auto;
width: 974px;
text-align: left;
padding-bottom:0px;
padding-top:0px;
margin-top:-3px;
}
.Container_Bottom { padding-top:20px; background: no-repeat center url('images/container_bottom.png');
}
Please help, as I am pulling my hair out with this one.