View Single Post
  #1  
Old 01-17-2009, 10:09 AM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default 1px Difference between IE and FF, killing me

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.
__________________
4.4
Code:
Hello World
Reply With Quote