为什么 IE 中不显示 Shadowbox?
我试图在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不能真正帮助你,因为我没有这方面的经验,但其中一些用户似乎提供了一些解决方案:
看看这些是否有帮助。
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:
See if these may help.