为什么 IE 中不显示 Shadowbox?

发布于 2024-08-09 02:46:26 字数 751 浏览 10 评论 0原文

我试图在 IE 中修复的 Shadowbox 位于此处:

http://www .carolinedawes.com.au/abc-gardening-australia.html

HTML 是

<div class="hero-image">
  <a href="m/abc-gardening-australia-caroline-dawes.mov" rel="shadowbox;height=272;width=480">
    <img src="i/abc-gardening-australia-caroline-dawes-gardening-adelaide.jpg" alt="caroline dawes" />
  </a>
</div>

JS 是

<script type="text/javascript" src="j/shadowbox.js"> </script>
<script type="text/javascript">
  Shadowbox.init({
    players: ["qt"]
  });
</script>

有什么想法吗?或者 IE 的成功案例?

The shadowbox I am trying to fix in IE is located here:

http://www.carolinedawes.com.au/abc-gardening-australia.html

The HTML is

<div class="hero-image">
  <a href="m/abc-gardening-australia-caroline-dawes.mov" rel="shadowbox;height=272;width=480">
    <img src="i/abc-gardening-australia-caroline-dawes-gardening-adelaide.jpg" alt="caroline dawes" />
  </a>
</div>

The JS is

<script type="text/javascript" src="j/shadowbox.js"> </script>
<script type="text/javascript">
  Shadowbox.init({
    players: ["qt"]
  });
</script>

Any ideas? Or success stories in IE?

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

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

发布评论

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

评论(1

不美如何 2024-08-16 02:46:26

我不能真正帮助你,因为我没有这方面的经验,但其中一些用户似乎提供了一些解决方案:

http://www.shadowbox-js.com/forum.html #nabble-td1309456

https://realmac.macdock.com/realmacsoftware /2007/support/viewtopic.php?pid=215177

看看这些是否有帮助。

I can't really help you cause I've no experience with it, but some of these users seems to provide a couple of solutions:

http://www.shadowbox-js.com/forum.html#nabble-td1309456

https://realmac.macdock.com/realmacsoftware/2007/support/viewtopic.php?pid=215177

See if these may help.

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