我想得到一些建议/解决方案和方法,关于如何添加一个水平滚动的单行图像列表.假设您有一个包含多个div元素的html页面,并且该页面是可垂直滚动的.在页面的最后一行,我想显示一个可以水平滚动的图像列表.如何才能达到这一效果呢?请参考下图.红线框是Reaction js中显示图像列表的组件.

enter image description here

推荐答案

如果你想用普通的html和css来做这件事,你可以试试这个,如果你想在reaction中做这件事,那么Check out this.

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu div {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu div:hover {
  background-color: #777;
}

img {
  width: 100px;
  height: 100px;
}
<div class="scrollmenu">
  <div class="#home">
    <img src="https://images.unsplash.com/photo-1615463738213-b9381d217b4e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80">
  </div>
  <div class="#news"><img src="https://images.unsplash.com/photo-1578301978018-3005759f48f7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1144&q=80"></div>
  <div class="#contact"><img src="https://images.unsplash.com/photo-1506744038136-46273834b3fb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"></div>
  <div class="#about"><img src="https://images.unsplash.com/photo-1581337204873-ef36aa186caa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1156&q=80"></div>
  <div class="#about"><img src="https://images.unsplash.com/photo-1581337204873-ef36aa186caa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1156&q=80"></div>
  <div class="#about"><img src="https://images.unsplash.com/photo-1581337204873-ef36aa186caa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1156&q=80"></div>
</div>

Html相关问答推荐

卡片上方的文本

如何找到FontAwese图标的Unicode值?

为什么这个高度为100%的页面会出现滚动条?

带有多种 colored颜色 的HTML按钮

为什么我的网页底部是蓝色背景而不是渐变色?

邮箱追踪器-有效,但在Gmail客户端中是否可以显示问号图标以外的其他内容?

<nav和button是姐妹元素.当添加了导航活动类时,我如何为按钮编写CSS?

文本幻灯片显示动画

如何在CSS中延迟触发2个转换?

带有图像的虚线边框

网格中的图像zoom 不正确

使用简单的 HTML 设计公司徽标和文本

我如何使用 html 在表格的单元格内实现下面显示的背景 colored颜色 加载器(请判断设计参考的图像链接)

Bootstrap 轮播内容在箭头之间不显示

重点/主动输入的概述问题

获取 div 中每个元素的 href 并使用它

鼠标悬停时切换 colored颜色 的双色链接

有没有办法让 textarea 在调整大小时不显示 CSS 转换?

如何突出显示 .qmd html 文件中的特定代码行

所有幻灯片上的 Quarto RevealJS 标题