0
嘿傢伙,我試圖讓Shadowbox工作。每當我點擊鏈接,它只是在一個新的頁面打開電影。下面是在頭標籤代碼:Shadowbox故障排除
<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>
有誰看到任何問題?
謝謝,但這並沒有改變什麼...... – williamg 2009-12-02 21:31:21
也許張貼鏈接到您的網頁將使我們能夠發現問題。 – philfreo 2009-12-04 22:15:04