[問題] slideshow 無法跑出來

看板Web_Design作者時間11年前 (2014/09/03 07:40), 編輯推噓1(103)
留言4則, 3人參與, 最新討論串1/1
各位大大好 小弟自己的一個個人網站(html code) 以前slideshow可以跑出來 從八月初開始slideshow跑不出來(整個白的,沒有image,但點進去,連結是有效的) 試過改image address及web address都沒有用 (確定image address及web address都是有效的) 做我網站的小公司倒閉 所以只能自己找方法... code------------------------------------------------------------ </script> <script type="text/javascript"> var translideshow1=new translideshow({ wrapperid: "myslideshow", dimensions: [521, 201], //width/height if image imagearray: [ ["image address1","web address1","_new"], ["image address2","web address2","_new"], ["image address3","web address3","_new"], ["image address4","web address4","_new"], ["image address1","web address1","_new"] ], displaymode: {type:'auto', pause:2000, cycles:5, pauseonmouseover:true}, orientation: "h", //Valid values: "h" or "v" persist: true, //remember last viewed slide and recall within same session? slideduration: 400 //transition duration (milliseconds) }) </script> ----------------------------------------------------------------------------- 以上是slideshow的code 小弟求解... 萬分感謝<(_ _)> -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 71.104.184.5 ※ 文章網址: http://www.ptt.cc/bbs/Web_Design/M.1409701202.A.4AD.html

09/03 08:03, , 1F
出問題的應該不是這段。請把網址貼出來比較好幫你喔!
09/03 08:03, 1F

09/03 11:20, , 2F
問問題,程式碼整個丟到jsbin或是codepen之類的地方
09/03 11:20, 2F

09/06 07:33, , 3F
問題解決了(web address位置有誤,修正一下web address
09/06 07:33, 3F

09/06 07:33, , 4F
)!
09/06 07:33, 4F
文章代碼(AID): #1K1bLIIj (Web_Design)