作者sagtsos ()
看板Web_Design
標題[問題] slideshow 無法跑出來
時間Wed Sep 3 07:40:00 2014
各位大大好
小弟自己的一個個人網站(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
推 up9cloud: 出問題的應該不是這段。請把網址貼出來比較好幫你喔! 09/03 08:03
→ iamnodoubt: 問問題,程式碼整個丟到jsbin或是codepen之類的地方 09/03 11:20
→ sagtsos: 問題解決了(web address位置有誤,修正一下web address 09/06 07:33
→ sagtsos: )! 09/06 07:33