.selector { position: fixed; width: 100%; height: 100%; background-image: url(path); background-repeat: no-repeat; background-position: center center; background-size: cover; }
说明:postion:fixed;提供占位。
原文:http://www.cnblogs.com/darkterror/p/5052079.html