帮忙找到一个可以处理图像的 jQuery Marquee 吗?
我到处都见过这些 jQuery 字幕插件,但它们所做的只是滚动文字。
我可以使用 HTML 和 CSS 来让它们显示个人资料图片、人员姓名和最后发布的帖子吗?
可以做到这一点还是我需要一个不同的插件?
I have seen all these jQuery marquee plugins all over the place but all they do is scroll words.
Can I use HTML and CSS to make them show say a Profile picture, the persons name, and thir last post?
Can that be done or do I need a different plugin for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只要它们使用
overflow:hidden
对元素内的内部元素进行动画处理,您就应该能够在其中放置您想要的内容,包括图像。As long as they are animating an inner element within an element with
overflow: hidden
, you should be able to put what you want in there, including an image.我最近用过这个: http://www.vegabit.com/jquery_scroller/
你可以放任何东西你想要在滚动条中
I recently used this one: http://www.vegabit.com/jquery_scroller/
You can put anything you want in the scroller
您应该能够通过对此进行一些小的更改来完成您想要做的事情:
http://remysharp .com/demo/marquee.html
You should be able to accomplish what you're trying to do with some minor changes to this:
http://remysharp.com/demo/marquee.html