舍入像素错误

时间:2013-08-15 19:23:09

标签: css alignment pixel rounding

在Safari中调整浏览器大小时,布局不会偏移1个像素。我有一个垂直重复的背景,其中包含一个标题div和一个包含页面内容的包装器。您可以在此处查看该网站:view here

以下是一些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;}

1 个答案:

答案 0 :(得分:-1)

使用Javascript hack结束,它可以工作,但不是最好的解决方案。