我想知道爲什麼會發生這種情況。CarouFredSel將在Firefox中加載,但不會在Safari或Chrome中加載
我的頁面:LINK HERE
負載在Firefox,但在Safari和Chrome確定它需要某種形式的刷新得到它的權利...... 我不知道爲什麼會這樣。任何幫助?
我想知道爲什麼會發生這種情況。CarouFredSel將在Firefox中加載,但不會在Safari或Chrome中加載
我的頁面:LINK HERE
負載在Firefox,但在Safari和Chrome確定它需要某種形式的刷新得到它的權利...... 我不知道爲什麼會這樣。任何幫助?
請更新您的代碼在JqueryCarouFredsel-5.5.0.js頁面。
代碼在你JqueryCarouFredsel-5.5.0.js
請註明您的圖像的大小替換此代碼
使用HTML屬性:
<img src="image1.jpg" width="140" height="140" />
通過CSS:
#foo img {
width : 140px;
height : 140px;
}
經由插件配置:
$("#foo").carouFredSel({
items : {
width : 140,
height : 140
}
});
如果您有任何疑問請讓我知道在[email protected] – Mahipal 2012-04-03 18:34:05
我做到了。現在它不起作用.... – user1269725 2012-04-03 23:29:29