Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホームページで優れたZurbプラグインOrbitを使用しており、箇条書き(通常はスライダーの下)をページ上の別の場所(この場合はスライダーの上のヘッダー)に移動しようとしています。
次のコードを試しました。
jQuery('.orbit-header').append(jQuery('ul.orbit-bullets'));
これにより弾丸は削除されますが、表示されません。スライドチェンジの関数に入れてみたのですが、まだ生成されていないと思います。
何か案は?
cssを変更する必要があるかもしれません:
http://jsfiddle.net/Awea/mZYX9/10/
これを試して:
.orbit-bullets { display: table; text-align: center; top: -16px; }