解决方法
这个
post from CSS-tricks.com涵盖了全屏幕背景图像的不同技术,包括旧版本的IE(我还没有测试IE修复)的后退.
html { background: url(http://lorempixum.com/1440/900/sports) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }