Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 HTML5 和 CSS3 制作水平的图像缩略图条。并水平滚动。谁能告诉我如何进行?
尝试设置css:
<div style="white-space:nowrap; overflow-x: scroll"> <img><img><img> <!-- Images here --> </div>
nowrap 防止内容换行,overflow-x:scroll 导致 x 方向溢出有滚动条