2012-07-20 93 views
0

我正在使用jQuery Cycle,但它自動設置div的寬度。jquery循環:重寫寬度?

是循環的div有ID #slideshow,所以我目前不必修改CSS

#slideshow { 
    width: 100% !important; 
} 

有沒有辦法做到這一點使用jQuery循環選擇,而不必使用!重要。

任何提示將不勝感激!

+0

我從來沒有使用的插件,但快速搜索落在我的[jQuery的週期插件選項(http://jquery.malsup.com/cycle/options.html)頁面,其中包含寬度和適合度等內容。你使用什麼選項與插件? – MrOBrian 2012-07-20 16:39:43

回答

2

set width option as

width: "100%" // container width (if the 'fit' option is true, the slides will be set to this width as well) 
+0

我想你忘了把「」作爲寬度:「100%」 – 2012-07-20 16:44:50

+0

ahhh的報價!它做到了:)謝謝你們! – tonic 2012-07-26 21:44:21

+0

你可以編輯它來添加引號,所以我可以「綠色檢查」它嗎? – tonic 2012-07-26 21:45:00