jQuery 循环浮在其他内容之上

发布于 2024-08-27 12:05:18 字数 465 浏览 5 评论 0原文

我尝试用 jQuery 循环替换 Flash 视频。该循环有效,但图像不会保留在我放置它们的可编辑区域中。相反,它们漂浮在其他内容之上。有什么想法吗?

这是在massageeducator.com 的主页上发生的,

页面上有2 个周期。 “幻灯片1”和“幻灯片2”。 “slideshow1”效果很好。

我做的唯一不同的事情是将“slideshow2”设置为库项目,因为它将出现在每个页面上,但手动添加了功能代码。我尝试通过模板添加代码和图像,但遇到了同样的问题。

我还尝试将功能代码和幻灯片添加到每个页面而不是库项目 - 同样的问题。

我的两张幻灯片都指向同一个 jquery.cycle.lite.1.0.js。我应该重命名这个 .js 文件并使每个周期指向不同的文件吗?

我是 jQuery 新手,因此非常感谢您的帮助。

由于这里有垃圾邮件过滤器,我似乎无法发布我的代码!

I tried to replace my Flash video with a jQuery cycle. The cycle works, but the images will not stay in the editable region I placed them in. Instead they are floating on top of other content. Any ideas?

This is happening on the home page of massageeducator.com

There are 2 cycles on the page. “Slideshow1” and “slideshow2”. “slideshow1” works perfectly.

The only thing I did differently was set up “slideshow2” as a library item since it will appear on every page, but added function code manually. I tried adding code and images via the template and had the same issue.

I also tried adding both the function code and slideshow to each page instead of library item - same problem.

I have both slide shows pointing to the same jquery.cycle.lite.1.0.js. Should I rename this .js file and have each cycle point to a different file?

I am new to jQuery so any help is appreciated.

I can't seem to post my code due to the spam filters in here!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请你别敷衍 2024-09-03 12:05:18

将其添加到您的 CSS 中:

#slideshow2 { height: 245px; }

Add this to your CSS:

#slideshow2 { height: 245px; }
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文