我对Mac上的固定背景问题有疑问。
背景在Safari Mac上显得不稳定,客户端报告了这一点,我在Windows 7上,它在每个浏览器中看起来都不错。
有人有解决方案吗? 这是我的网站
http://www.barrusinjurylawyers.com/
和后台代码:
body {
margin:0 auto;
background: url('http://www.barrusinjurylawyers.com/wp-content/uploads/2015/04/SA-Color-Mesh-1680x1050-72dpi1.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}