トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン

システム関連/JavaScript/便利なライブラリ/コンテンツをスライドして切替 の変更点

Top/システム関連/JavaScript/便利なライブラリ/コンテンツをスライドして切替

#freeze
*本文コンテンツをスライドして切り替える - Coda-Slider [#j3d66f21]
-http://www.ndoherty.com/blog/category/coda-slider

**サンプル [#f537604d]
-http://180xz.com/other/js/codaslider/index.html
-http://180xz.com/other/js/codaslider/style.css


**カスタマイズ [#e88db1a8]
***矢印のナビゲーションをやめる [#f0ddfca4]
coda-slider.1.1.1.jsの58行目付近
 // Create the Left and Right arrows この下の2行をコメントアウトする
 // jQuery(this).before("<div class='stripNavL' id='stripNavL" + j + "'><a href='#'>Left</a><\/div>");
 // jQuery(this).after("<div class='stripNavR' id='stripNavR" + j + "'><a href='#'>Right</a><\/div>");

***コンテンツ表示部の幅を調整する。 [#vbbfad44]
cssの .stripViewer の width で調整する。&br;
(大きくする場合は .stripViewer .panelContainer .panel も変更する。)