0

私はjQuery Cycleを使用していますが、divの幅を自動的に設定しています。

循環する div には ID #slideshow があるため、現在 CSS を変更する必要があります。

#slideshow {
  width: 100% !important;
}

!important を使用するのではなく、jQuery サイクル オプションを使用してこれを達成する方法はありますか。

どんなヒントでも大歓迎です!

4

1 に答える 1

2

幅オプションを次のように設定します

width: "100%"  // container width (if the 'fit' option is true, the slides will be set to this width as well)
于 2012-07-20T16:43:04.293 に答える