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.
我到处都看到了所有这些 jQuery marquee 插件,但它们所做的只是滚动单词。
我可以使用 HTML 和 CSS 让他们显示个人资料图片、人名和最后一篇帖子吗?
可以这样做还是我需要一个不同的插件?
只要他们使用 为元素内的内部元素设置动画overflow: hidden,您就应该能够在其中放置您想要的内容,包括图像。
overflow: hidden
您应该能够通过对此进行一些小的更改来完成您想要做的事情:
http://remysharp.com/demo/marquee.html