Shadowbox 永远不会激活;链接只能正常使用

发布于 2024-12-18 23:24:55 字数 862 浏览 2 评论 0原文

按照官方 Shadowbox 使用说明,我仅添加了几行 CSS/JS:

;

<头>




<脚本类型=“text/javascript”src=“shadowbox.js”>
<脚本类型=“text/javascript”>
Shadowbox.init(
  {玩家:['img', 'swf', 'qt']} 
);


使用相关的 HTML:

;

然而,当我单击缩略图时,它不会生成 Shadowbox 叠加层。相反,我的浏览器会遵循动画的普通链接。

我还尝试过 Lightbox、Greybox 和 Lightbox2,解决这个问题大约十二个小时。我对 Javascript 对象和类的理解非常有限。 Web 开发不是我的职业道路。

这个问题在互联网上很少见,有答案的线程更是罕见。这一定是太基础的东西了。

Following the official Shadowbox usage instructions, I appended just a few lines of CSS/JS:

<!DOCTYPE html>
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link rel="stylesheet" type="text/css" href="shadowbox.css">
<script type="text/javascript" src="shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init(
  {players: ['img', 'swf', 'qt']} 
);
</script>
</head>

With the pertinent HTML:

<div id = "animations">
<a href="gallery/animations/lipsync_websized.swf"
rel="shadowbox[animations]; height=675; width=1200;"><img
src="gallery/animations/lipsync_thumb.png" title="Lipsync Animation"></a>

</div>

And yet, when I click on my thumbnail, it does not generate a Shadowbox overlay. Instead, my browser follows an ordinary link to the animation.

I've also tried Lightbox, Greybox, and Lightbox2, working at this problem for about twelve hours. My understanding of Javascript objects and classes is very limited. Web Development is not my career path.

This question is rare on the Internet and answered threads even rarer. It must be something too basic.

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

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

发布评论

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

评论(2

和影子一齐双人舞 2024-12-25 23:24:55

我已经在本地测试了您的代码,一切对我来说都运行良好。不知道你下载Shadowbox时是否包含了“Flash(swf文件)”播放器?这是唯一被认为是问题的事情

I've tested your code locally, and everything works fine for me. I wonder if you've included the "Flash (swf files)" player when downloading Shadowbox? That's the only thing that strikes out as being the problem

素衣风尘叹 2024-12-25 23:24:55

除非您添加特殊调用,Shadowbox 文件必须与任何 HTML 文件一起对脚本进行标准调用。

Unless you add special calls, Shadowbox files must be together with any HTML files make standard calls to the script.

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