嘿伙计们,我正在尝试让Shadowbox工作。每当我单击链接时,它只会在新页面中打开电影。这是head标签中的代码:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>
<link rel="stylesheet" type="text/css" href="shadowbox.css">
<script type="text/javascript">
Shadowbox.init({
players: ["qt"];
});
</script>
这是正文部分的代码:
<div id="footer">
<a rel="shadowbox;width=640;height=360" href="Intro Movie.mov">Movie</a>
</div>
有没有人看到任何问题?