Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这里http://singh.mobi/nonni/,我的身体背景是 1374x1074 的图像,但是当我们放大时,白色背景会出现在右侧。
这些天来,我只是添加background-size到 CSS 中,因为它现在得到了很好的支持:
background-size
body { background: url("images/background.png") no-repeat scroll 0 0 #FFF; background-color: #E6E6E6; background-size: cover; }