Re: [問題] 求救IE不能用fadein.out.to??

看板Ajax作者 (沉默是金。)時間13年前 (2011/03/25 03:40), 編輯推噓2(203)
留言5則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《kiloking (台灣好)》之銘言: : → TonyQ:I check with jQuery source, it use the filer for ie6,too 03/25 02:51 : → TonyQ:filter: alpha(opacity=60); 03/25 02:51 : → TonyQ:if you are using any js lib , please provide more info. 03/25 02:52 : → kiloking:感謝TONY大回覆 03/25 03:17 : → kiloking:是這樣的網頁 http://hiorganic.tv/dw/2-1.html 03/25 03:17 : → kiloking:CSS跟JS都打在同一頁裡面 03/25 03:17 : → kiloking:FF3.6看背景的淡入淡出是正常的 IE8則是很異常 03/25 03:18 : → kiloking:圖片切換效果是GOOGLE的 03/25 03:18 : → kiloking:http://www.twospy.com/galleriffic/example-2.html 03/25 03:19 You have to fix a script error first. (It exist in all browser I found.) $.timer(1, function(){ $(".slideshow img").fullBg(); timer.stop(); }); add the timer paramter to fix it. $.timer(1, function(timer){ $(".slideshow img").fullBg(); timer.stop(); }); I don't think it related to the css you mentioned , it's more like a bug for fullbg. -- 網頁上拉近距離的幫手 實現 GMail豐富應用的功臣 數也數不清的友善使用者體驗 這就是javascript 歡迎同好到 AJAX 板一同討論。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 198.203.175.175 ※ 編輯: TonyQ 來自: 198.203.175.175 (03/25 03:41) ※ 編輯: TonyQ 來自: 198.203.175.175 (03/25 03:42)

03/25 03:51, , 1F
T大 感謝你 幫我發現了我完全沒發現的錯誤
03/25 03:51, 1F

03/25 03:51, , 2F
而且還是剛剛突然很疑惑的看到IE狀態列真的有寫發生錯誤
03/25 03:51, 2F

03/25 03:52, , 3F
感恩 接著我再想辦法解決FADE的問題
03/25 03:52, 3F

03/25 03:55, , 4F
會加timer是因為不知道怎麼讓圖片每次進來都放大 所以用
03/25 03:55, 4F

03/25 03:55, , 5F
timer去讓它有時間先出現再作放大
03/25 03:55, 5F
文章代碼(AID): #1DYvvA0U (Ajax)
文章代碼(AID): #1DYvvA0U (Ajax)