0

在 Safari 中调整浏览器大小时,布局错位 1 个像素时出现问题。我有一个垂直重复的背景,其中包含一个包含标题 div 和一个包含页面内容的包装器的容器。您可以在此处查看该站点:查看此处

这是一些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;}
4

1 回答 1

-1

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

于 2013-08-15T21:52:00.267 回答