質問編集履歴

4

文法の修正

2020/03/26 05:48

投稿

onakapecomaru
onakapecomaru

スコア10

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
 
11
- ※参照 [jquery-inertiaScroll 紹介記事](https://knoweb.net/html-css/javascript/jquery-inertiascroll/)
11
+ ※参照 [jQuery】jquery-inertiaScrollで慣性スクロールを実装する方法](https://knoweb.net/html-css/javascript/jquery-inertiascroll/)
12
12
 
13
13
 
14
14
 

3

入れ子修正

2020/03/26 05:48

投稿

onakapecomaru
onakapecomaru

スコア10

test CHANGED
File without changes
test CHANGED
@@ -198,13 +198,33 @@
198
198
 
199
199
  </div>
200
200
 
201
+ </section>
202
+
203
+
204
+
205
+ <section id="index_cont00">
206
+
207
+ <div class="">
208
+
209
+ <h3 class="news">test</h3>
210
+
201
211
  </div>
202
212
 
213
+ </section>
214
+
215
+
216
+
217
+ <section id="index_cont01">
218
+
219
+ <div class="">
220
+
221
+ <h3 class="news">test</h3>
222
+
223
+ </div>
224
+
203
225
  </section>
204
226
 
205
-
206
-
207
- <section id="index_cont00">
227
+ <section id="index_cont02">
208
228
 
209
229
  <div class="">
210
230
 
@@ -212,40 +232,18 @@
212
232
 
213
233
  </div>
214
234
 
215
- </section>
235
+ </section>
216
-
217
-
218
-
236
+
237
+
238
+
219
- <section id="index_cont01">
239
+ <section id="index_cont03">
220
-
240
+
221
- <div class="">
241
+ <div class="">
222
-
242
+
223
- <h3 class="news">test</h3>
243
+ <h3 class="news">test</h3>
224
244
 
225
245
  </div>
226
246
 
227
- </section>
228
-
229
- <section id="index_cont02">
230
-
231
- <div class="">
232
-
233
- <h3 class="news">test</h3>
234
-
235
- </div>
236
-
237
- </section>
238
-
239
-
240
-
241
- <section id="index_cont03">
242
-
243
- <div class="">
244
-
245
- <h3 class="news">test</h3>
246
-
247
- </div>
248
-
249
247
  </section>-->
250
248
 
251
249
 

2

説明の追加

2020/03/26 05:25

投稿

onakapecomaru
onakapecomaru

スコア10

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,12 @@
18
18
 
19
19
 
20
20
 
21
+ 今回でいうとindex_cont03の半分ほどまでしかスクロールされず、
22
+
23
+ また背景色が消えてしまっています。
24
+
25
+
26
+
21
27
  それぞれのsection(index_cont00 - 04)には画像等が挿入されていて
22
28
 
23
29
  各sectionのheightはautoとしています。

1

タイトルの改善

2020/03/26 02:01

投稿

onakapecomaru
onakapecomaru

スコア10

test CHANGED
@@ -1 +1 @@
1
- jQuery慣性スクロールを実装したいが、bodyの途中までしかスクロールしない原因について
1
+ jQuery慣性スクロールを実装したいが、bodyの途中までしかスクロールしない原因について
test CHANGED
File without changes