如何使用HTML5和CSS3创建图像条?

时间:2012-08-19 11:21:16

标签: html5 css3 html5-animation

我想使用HTML5和CSS3制作水平的图像缩略图。并水平滚动。谁能告诉我我该怎么办?

1 个答案:

答案 0 :(得分:3)

尝试设置css:

<div style="white-space:nowrap; overflow-x: scroll">
<img><img><img> <!-- Images here -->
</div>

nowrap防止内容被包装,而overflow-x:scroll会导致x方向溢出以产生滚动条