背景图像具有不同的Z-index显示1px左边界Safari

时间:2012-09-20 22:22:01

标签: css css3 z-index

在Safari上,如果您有2个不同z-index的背景图像,则可以看到它们之间的1px边框。不会出现在任何其他浏览器上。我很难过。

另外,我使用了jquery视差效果 版本1.1.3 作者:伊恩伦 作者网址:http://www.ianlunn.co.uk/ 插件网址:http://www.ianlunn.co.uk/plugins/jquery-parallax/

DOM如下。

 <html>
...
<body>
  <div>
    <div with background position:fixed>
    </div>
    <div with different background position:fixed>
    </div>
  </div>
</body>
</html>

以下是屏幕截图的问题示例。 http://i.imgur.com/03Rhq.jpg

0 个答案:

没有答案