システム関連/JavaScript/便利なライブラリ/コンテンツをスライドして切替
Last-modified: 2022-05-05 (木) 09:23:35
本文コンテンツをスライドして切り替える - Coda-Slider†
サンプル†
カスタマイズ†
矢印のナビゲーションをやめる†
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>");
コンテンツ表示部の幅を調整する。†
cssの .stripViewer の width で調整する。
(大きくする場合は .stripViewer .panelContainer .panel も変更する。)