CSS背景图拉伸自适应尺寸,全浏览器兼容

.bg{
background:url(bg.jpg);
filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
-moz-background-size:100% 100%;
	background-size:100% 100%;
}

你可能感兴趣的:(CSS背景图拉伸自适应尺寸,全浏览器兼容)