Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript Can';我好像没法让暗影盒工作_Javascript_Html_Lightbox_Shadowbox - Fatal编程技术网

Javascript Can';我好像没法让暗影盒工作

Javascript Can';我好像没法让暗影盒工作,javascript,html,lightbox,shadowbox,Javascript,Html,Lightbox,Shadowbox,我遇到了一个问题,让shadowbox的任何东西都能正常工作。以下是页面顶部: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Beginning Android</title> <link rel="stylesheet" type="text/css" href="shadowbox.css"> <scrip

我遇到了一个问题,让shadowbox的任何东西都能正常工作。以下是页面顶部:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Beginning Android</title>
<link rel="stylesheet" type="text/css" href="shadowbox.css">
<script type="text/javascript" src="shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>
</head>

开始使用Android
Shadowbox.init();
这是我正在运行的图片

<p class="NormalText"><center><a href="android-robot-logo2.jpg" rel="shadowbox"><imgsrc="android-robot-logo2.jpg"/></a>
 </center></p>

非常感谢您的帮助。谢谢


<imgsrc="android-robot-logo2.jpg"/>
应该是:

<img src="android-robot-logo2.jpg"/>


Dreamweaver使用的是html 1。切换到HTML5,一切正常。

它是。。。那只是一个包装。谢谢你的努力。还有其他想法吗?脚本本身也没有错误。