1.需要在360浏览器  以及ie10.0才能有这样的效果 9.0没有。  
 2.点击浏览器窗口的缩放级别 背景图片是不会变小的!  
 3.例子:http://www.mafengwo.cn/s/self_regist.html
回复讨论(解决方案)   background-image: url(http://images.mafengwo.net/images/signup/mbg2.jpg);  
 }  
 background-position: 50% 50%;  
 background-size: cover;  
 bottom: 0;  
 right: 0;  
 position: fixed;  
 position: absolute\9;  
 width: 100%\9;  
 height: 100%\9;  
 overflow: hidden;  
 left: 0;  
 top: 0; 
   background-image: url(http://images.mafengwo.net/images/signup/mbg2.jpg);  
 }  
 background-position: 50% 50%;  
 background-size: cover;  
 bottom: 0;  
 right: 0;  
 position: fixed;  
 position: absolute\9;  
 width: 100%\9;  
 height: 100%\9;  
 overflow: hidden;  
 left: 0;  
 top: 0;
你确定就这样了?
   
 
   