html:
<div class="two">
<div class="img1"></div>
<div class="img2"></div>
<div class="img3"></div>
</div>
css:
.img1{
width: 500px;
height: 500px;
background: url(a)no-repeat;
background-size: 500px 500px;
}
.img2{
width: 500px;
height: 500px;
background: url(../csstexting/b.JPEG)no-repeat;
background-size: 500px 500px;
}
.img3{
width: 500px;
height: 500px;
background: url(../csstexting/c.JPEG)no-repeat;
background-size: 500px 500px;
}
请问一下父元素内部的3个DIV元素我设置了左浮动。怎么在不设置父元素宽度的情况下让内部的DIV横向排列啊。我要做轮播图。默认的是纵向排列的 也就是我设置了左浮动3个DIV盒子会乡下排列1500px
30秒到达战场
相关分类