我构建滑块但是当我调整浏览器大小时,我希望我的图像中心部分不是整个部分或不是左侧部分。怎么做?
CSS:
.fill {
width: 100%;
height: 100%;
/*background-position: center;*/
/*-webkit-background-size: cover;*/
/*-moz-background-size: cover;*/
/*background-size: cover;*/
background-position: center center;
/*-o-background-size: cover;*/
background-color: transparent ;
}