如何在没有天幕的情况下创造出无尽的画展?
我为 Joomla! 编写了一个模块! 1.5 显示点击次数最多的图片(横幅)。 现在我想在主站点上滚动显示此列表。 对于“字幕”,在最后一张图片之后有一个休息时间。 我发现了一个建议,说我必须创建一个带有溢出的 div 容器:隐藏和第二个带有 javascripte 的 div 来更改图片的位置。 谁能帮我写这段代码,因为我不懂javascripte?
I wrote a module for Joomla! 1.5 which shows the pictures (banners) with the most clicks. Now I want to show this list scrolling on the home-site. With "marquee" there is a break after the last picture.
I've found an advice which said I'll have to create a div-container with overflow: hidden and a second div with javascripte which changes the positions of the pictures.
Can anyone help me to write this code, because I don't get javascripte?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以获得许多已经为您编写的免费软件。
尝试这些 jquery 脚本之一来完成您正在寻找的操作...
http:// plugins.jquery.com/project/Plugins/category/48
There are plenty of free ones you can get that are already written for you.
Try one of these jquery scripts to do what you are looking for...
http://plugins.jquery.com/project/Plugins/category/48
实现此类功能的最佳方法是观看这个很棒的 JQuery 视频教程,您将拥有一个很棒的产品:)
URL:Jquery Spy 效果
MOV:Jquery Spy 效果
希望这正是您正在寻找的。
The best way to implement such feature is looking to this great JQuery Video tutorial and you will have a great product :)
URL: JQuery Spy effect
MOV: Jquery Spy effect
Hope that is exactly what you are looking for.