gpt4 book ai didi

html - 使用
  • 的水平滚动图像问题

转载 作者:搜寻专家 更新时间:2023-10-31 23:05:03 26 4
gpt4 key购买 nike

我正在尝试创建图像的水平滚动,如 this 中所示 fiddle 。出于某种原因,我无法让图像堆叠在一行中,它们总是转到下一行,这不是我想要的。如何在没有任何插件的情况下创建水平滚动图像?

这是我的 CSS 设置:

.admin-shop-images {
list-style: none;
overflow-x: scroll;
width: 100%;
}

.admin-shop-images li {
background-color: #f3efea;
margin-right: 25px;
width: 105px;
height: 105px;
float: left;
display: inline-block;
}

.admin-shop-images li a {
display: block;
height: 100%;
width: 100%;
background-position: center center;
background-size: cover;
}

.admin-shop-images li:last-child {
margin-right: 0;
}

最佳答案

检查这个fiddle

我将内容放在 div 中,并在我给出的 css 中

  #ImageContainer{
width:200px;
overflow-x:scroll;
height:140px;
overflow-y:hidden;
}

用这个你可以改变div的宽度来缩小整个容器的大小检查较小的 div 大小 here

关于html - 使用 <ul> 和 <li> 的水平滚动图像问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20343274/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com