背景图片自适应

.bgColor{

background-image:url("../img/sprus3.jpg");

filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";

-moz-background-size:100%100%;

background-size:100%100%;

background-attachment:fixed;

}

你可能感兴趣的:(背景图片自适应)