可展开横幅 CSS、Javascript、Flash

发布于 2024-12-09 19:05:01 字数 164 浏览 0 评论 0原文

我必须创建一个横幅,当鼠标悬停在内容上时,该横幅会在内容上展开,然后在鼠标移开时收缩。我已成功创建展开/收缩动画和动作,但在定位 Flash 文件所在位置以确保它流过页面上的其他元素时遇到问题。

谁能教我如何做到这一点。我想象它是一点 CSS 和一点 javascript。

谢谢!

I have to create a banner that expands over content when moused over and then contracts on mouse out. I have managed to create the expand/contract animations and actions but I am having trouble positioning the that the flash file is in to ensure that it's flows over other elements on the page.

Can anyone give me a lesson on doing this. I imagine its a bit of CSS and a little bit of javascript.

Thanks!

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

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

发布评论

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

评论(1

情场扛把子 2024-12-16 19:05:01

查看 wmode=transparent 以使 Flash 文件能够与页面上的其他元素完美配合。

如果您可以将 wmode 添加到 flash 对象,则应该不会有任何问题。

只需将 Flash 文件包装在 div 包装器中并定位 div 或以这种方式执行任何您需要的操作即可。

使用 wmode="transparent", " 之间的差异网页上嵌入对象的“不透明”或“窗口”

意味着添加,如果您更改 wmode,并将其包装在 div 中,那么您可以为 div 分配绝对位置和使用 z-index:99999 将其置于所有其他元素之上。

Look at wmode=transparent for getting flash files to work nicely with other elements on the page.

If you can add the wmode to the flash object, you shouldn't have any problems.

Just wrap the flash file in a div wrapper and position the div or do whatever you need that way.

differences between using wmode="transparent", "opaque", or "window" for an embedded object on a webpage

Meant to add, if you change the wmode, and wrap it in a div, then you can assign the div a position of absolute and use z-index:99999 to have it above all other elements.

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