为什么shadowbox不能在IE中运行?

时间:2009-10-22 03:58:21

标签: javascript jquery html css shadowbox

我试图在IE中修复的影子框位于:

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中的成功案例?

1 个答案:

答案 0 :(得分:1)

我无法真正帮助你,因为我没有经验,但其中一些用户似乎提供了几个解决方案:

  

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

     

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

看看这些是否有帮助。

相关问题