首页 > 代码库 > 背景100%显示

背景100%显示

div{
width:100%;
height: 500px;
background-image:url(‘2.png‘);
background-size:cover;
filter : progid:DXImageTransform.Microsoft.AlphaImageLoader ( sizingMethod=‘scale‘ , src=http://www.mamicode.com/‘2.png‘)
}

使用滤镜,其中 sizingMethod="scale" 就是拉伸。