css - Rounding Pixel Error -
having trouble layout going out of alignment 1 pixel while resizing browser in safari. have vertically repeating background container includes header div , wrapper containing page content.you can view site here: view here
here of css:
body {color: #666666; background: #f2f2f2 url('../images/blue/background_site.gif') repeat-y center center; margin: 0; padding: 0;} #container { width: 960px; border-collapse: collapse; margin:0px; padding:0px; margin-left: auto; margin-right: auto; } #header {height: 98px; background: url('../images/blue/background_header.gif') repeat-x bottom left; margin-bottom: 20px;}
ended using javascript hack, works isn't best solution.
Comments
Post a Comment