sIFR v2 重叠 slimbox(可能还有其他灯箱工具)

发布于 2024-07-29 21:30:14 字数 488 浏览 5 评论 0原文

刚刚将 sIFR 安装到我正在构建的网站(个人作品集网站)中。 当在带有 slimbox 弹出窗口的页面上使用它时,sIFR 会与 slimbox 重叠,导致很难看到图像。 我尝试对我不想重叠的项目应用高 z-index,但这并没有解决任何问题。 这是它的屏幕截图(因为我的网站尚未上线):

http:// /users.sephiroth.ws/DemonicGoblin/sifr.png

有没有办法在单击 slimbox 链接时隐藏 sIFR,或者调整 z-index 使其不始终处于打开状态顶部? 这种情况发生在所有主要浏览器的最新版本上(尽管我无法测试 Safari 或 Chrome,尽管我怀疑它们会有所不同)

我无法找到有关此主题的任何信息,所以如果它已在 sIFR 中修复测试版很高兴知道。 谢谢。

Just installed sIFR into the site I am building (a personal portfolio site). When using it on pages with slimbox popups, sIFR overlaps the slimbox and makes it dificult to see the image. I tried applying a high z-index to the items I didn't want overlapped, but that didn't solve anything. Here is a screenshot of what it looks like (since my site is not online yet):

http://users.sephiroth.ws/DemonicGoblin/sifr.png

Is there a way to hide the sIFR when a slimbox link is clicked, or a way to adjust the z-index for a way to it not to be always on top? This happens on the latest version of all major browsers (I couldn't test Safari or Chrome though, even though I doubt it will differ)

I ahvent been able to find any information regarding this subject, so if it has been fixed in the sIFR beta it would be nice to know. Thanks.

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

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

发布评论

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

评论(2

染年凉城似染瑾 2024-08-05 21:30:14

在 sIFR 2 中,您需要将 sWmode 参数设置为“opaque”。 这应该允许 HTML 元素显示在 Flash 影片的顶部。

在 sIFR 3 中,参数为 wmode,不过您也可以使用 opaque: true

In sIFR 2 you need to set the sWmode parameter to "opaque". This should allow HTML elements to be displayed on top of the Flash movie.

In sIFR 3, the parameter is wmode, though you can also use opaque: true.

恋竹姑娘 2024-08-05 21:30:14

非常感谢你——刚刚拯救了我的一天。

我看到那个灯箱坏了——我也差点就坏了:)!!!
但是,这是多么直接的答案和解决方案啊,谢谢! 再次

提到的文件是:
sifr.js

并输入如下代码:
sIFR.replaceElement(named({sSelector:"h1", sFlashSrc: "http:// localhost/ddddddd/templates/template/i_font_swf/carbon_std_swf.swf", sCase: "上部", sColor: "#86ca29", sWmode:"不透明", sBgColor:"#fff “}));

我只是写它,因为我花了一些时间才记住这个设置最初在哪里 - 当我很久以前做 sIFR 时。

Thank you so much - just saved my day.

I saw that lightbox break - so did I nearly:)!!!
But what a straight forward answer and solution thanks!! again

The file in mention is:
sifr.js

and put a code like:
sIFR.replaceElement(named({sSelector:"h1", sFlashSrc: "http://localhost/ddddddd/templates/template/i_font_swf/carbon_std_swf.swf", sCase: "upper", sColor: "#86ca29", sWmode:"opaque", sBgColor:"#fff"}));

I just write it cause took me some time to remember where this setting initially was - when I did the sIFR long ago.

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