3-9轮播图向上向下图标设置背景
来源:3-9 轮播图代码总结
qq_庚_0
2017-10-20 10:38:22
.button{
position: absolute;
width:40px;
height:80px;
left: 244px;
top:50%;
margin-top: -40px;
background:url(../img/arrow.png) no-repeat center center;
}
轮播图向上向下图标设置背景background-image无法显示,必须得设置background?
1回答
background-image只能用于引入背景图片,如果还想一块设置定位、重复什么的,就要使用background了
相似问题