似乎无法让 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">
<script type="text/javascript" src="shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>
</head>
这是我正在尝试运行的图片。
<p class="NormalText"><center><a href="android-robot-logo2.jpg" rel="shadowbox"><imgsrc="android-robot-logo2.jpg"/></a>
</center></p>
非常感谢任何帮助。谢谢
Ive ran into a problem getting anything with shadowbox to work. Here is the top of the page:
<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>
And here is the pic I'm trying to run.
<p class="NormalText"><center><a href="android-robot-logo2.jpg" rel="shadowbox"><imgsrc="android-robot-logo2.jpg"/></a>
</center></p>
Any help is greatly appreciated. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该是:
首先尝试验证您的 html。
Should be:
Try validating you html first.
Dreamweaver 严格使用 html 1。切换到 html 5 一切正常。
Dreamweaver was using html 1 strict. Switched to html 5 and everything works.