回答編集履歴

1

補足の追加。

2017/02/06 06:23

投稿

kei344
kei344

スコア69407

test CHANGED
@@ -3,3 +3,43 @@
3
3
 
4
4
 
5
5
  あと、img を absolute で浮かすよりその周りの a を操作するようにして、`z-index` もそっちでやればいいかも。img も a も両方 `display:block` 指定しておいて。
6
+
7
+
8
+
9
+
10
+
11
+ ---
12
+
13
+
14
+
15
+ **追記:**
16
+
17
+
18
+
19
+ 「[スライダー JavaScript](https://www.google.co.jp/search?num=100&safe=off&q=%E3%82%B9%E3%83%A9%E3%82%A4%E3%83%80%E3%83%BC+JavaScript)」 と検索すると下記のような比較記事が出てくるので、その中から求める挙動をさがし、それの参考記事を見つける、とかがお勧めです。
20
+
21
+
22
+
23
+ 【レスポンシブ対応のjQueryスライダー系ライブラリ × 11選 - ONZE】
24
+
25
+ [http://on-ze.com/archives/4996](http://on-ze.com/archives/4996)
26
+
27
+
28
+
29
+ ざっと見た中で [Swiper](http://idangero.us/swiper/api/) の autoplay autoplayStopOnLast オプションあたりで自動切換えと停止が出来そうな気がします。
30
+
31
+
32
+
33
+ 【Swiper API】
34
+
35
+ [http://idangero.us/swiper/api/](http://idangero.us/swiper/api/)
36
+
37
+
38
+
39
+ 【swiper.js使ってみたからそのオプションについて – なんかいろいろデザインする人】
40
+
41
+ [http://reiwinn-web.net/2016/11/30/swiper-js-01/](http://reiwinn-web.net/2016/11/30/swiper-js-01/)
42
+
43
+
44
+
45
+