質問編集履歴

5

サンプルURLの修正

2021/03/05 01:03

投稿

Tomokui
Tomokui

スコア23

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
 
26
26
 
27
- https://ictaga.com/members/okui/index.html
27
+ https://ictaga.com/members/okui/
28
28
 
29
29
 
30
30
 

4

下部に投稿しておいたコメントの統合!

2021/03/05 01:03

投稿

Tomokui
Tomokui

スコア23

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,11 @@
16
16
 
17
17
  私は「Chrome 88.0.4324.182(投稿日、2021/2/26、時点では最新版)」を使ってますのでブラウザ固有のバグか何かかと思っていたところ
18
18
 
19
- 「Edge 88.0.705.74」でも「firefox 86.0」でも同様の現象が発生しております
19
+ 「Edge 88.0.705.74」でも「firefox 86.0」でも同様の現象が発生しております
20
+
21
+
22
+
23
+ CSSセレクタを駆使して細かくサイズ設定を調節すれば(見た目上は)解決できそうですが、できれば避けたいのでsmallが何故に出力されてるのか原因に見当が付く方はおられませんでしょうか?
20
24
 
21
25
 
22
26
 

3

一応タグの不整合についてざっと修正してみたのでそのコードをアップし直し

2021/03/01 03:15

投稿

Tomokui
Tomokui

スコア23

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,179 @@
96
96
 
97
97
  <ul><!-- ナビのliセットをコピーしてくること! -->
98
98
 
99
- <li><a href="./index.html">ホーム</a></li>
99
+ <li><a href="./index.html">ホーム</a></li>
100
+
101
+ <li><a href="./message/index.html">センター長からのメッセージ</a></li>
102
+
103
+ <li><a href="./overview/index.html">概要</a></li>
104
+
105
+ <li><a href="./organization/index.html">組織</a></li>
106
+
107
+ <li><a href="./activity/index.html">活動内容</li>
108
+
109
+ <li><a href="./event/index.html">イベント情報</a></li>
110
+
111
+ <li><a href="./lecture/index.html">講演会・FD情報></a></li>
112
+
113
+ <li><a href="./link/index.html">リンク</a></li>
114
+
115
+ <li><a href="./contact/index.html">連絡先・アクセス</a></li>
116
+
117
+ </ul>
118
+
119
+ </nav>
120
+
121
+
122
+
123
+
124
+
125
+ <div id="wrapper">
126
+
127
+ <div id="sidebar">
128
+
129
+ <h1><a href="./index.html" class="logo">滋賀医科大学</a>
130
+
131
+ <a href="./index.html" class="mincho">医学・看護学教育センター<br />
132
+
133
+ <small>Medical and Nursing Education Center</small></a></h1>
134
+
135
+ <ul id="navi">
136
+
137
+ <li><a href="./index.html">ホーム<br />
138
+
139
+ <small>Home</small></a></li>
140
+
141
+ <li><a href="./message/index.html">センター長からのメッセージ<br />
142
+
143
+ <small>Message</small></a></li>
144
+
145
+ <li><a href="./overview/index.html">概要<br />
146
+
147
+ <small>Overview</small></a></li>
148
+
149
+ <li><a href="./organization/index.html">組織<br />
150
+
151
+ <small>Organization</small></a></li>
152
+
153
+ <li><a href="./activity/index.html">活動内容<br />
154
+
155
+ <small>Activity contents</small></a></li>
156
+
157
+ <li><a href="./event/index.html">イベント情報<br />
158
+
159
+ <small>Event information</small></a></li>
160
+
161
+ <li><a href="./lecture/index.html">講演会・FD情報<br />
162
+
163
+ <small>Lecture・FD information</small></a></li>
164
+
165
+ <li><a href="./link/index.html">リンク<br />
166
+
167
+ <small>Link</small></a></li>
168
+
169
+ <li><a href="./contact/index.html">連絡先・アクセス<br />
170
+
171
+ <small>Contact・Access</small></a></li>
172
+
173
+ </ul>
174
+
175
+ <ul class="banner">
176
+
177
+ <li><a href="http://www.shiga-med.ac.jp/~hqcnec/labo/index.html" target="_blank"><img src="img/bnr_skills.png" alt="スキルズラボ" width="300" height="126" /></a></li>
178
+
179
+ </ul>
180
+
181
+ </div><!-- /#sidebar -->
182
+
183
+
184
+
185
+ <div id="content">
186
+
187
+ <h2 class="main"><img src="img/main.png" border="0" alt="支える“看護を実現” 幅広い“医療ニーズ”に応える" width="950" height="500" /></h2>
188
+
189
+ <ul class="banner">
190
+
191
+ <li class="students">
192
+
193
+ <a href="./to/students.html"><img src="img/bnr_students.png" border="0" alt="学生向けの情報をお届けします。" /></a>
194
+
195
+ </li>
196
+
197
+ <li class="teachers">
198
+
199
+ <a href="./to/teachers.html"><img src="img/bnr_teachers.png" border="0" alt="教員向けの情報をお届けします。" /></a>
200
+
201
+ </li>
202
+
203
+ <li class="public">
204
+
205
+ <a href="./to/public.html"><img src="img/bnr_public.png" border="0" alt="一般向けの情報をお届けします。" /></a>
206
+
207
+ </li>
208
+
209
+ </ul>
210
+
211
+ <h3>新着情報 <small>NEWS &amp; TOPICS</small></h3>
212
+
213
+ <dl class="topics">
214
+
215
+ <dt>2020年04月09日(木)</dt>
216
+
217
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
218
+
219
+
220
+
221
+ <dt>2020年04月09日(木)</dt>
222
+
223
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
224
+
225
+
226
+
227
+ <dt>2020年04月09日(木)</dt>
228
+
229
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
230
+
231
+
232
+
233
+ <dt>2020年04月09日(木)</dt>
234
+
235
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
236
+
237
+ </dl>
238
+
239
+ </div><!-- /#content -->
240
+
241
+
242
+
243
+ <div id="footer">
244
+
245
+ <ul class="under_button">
246
+
247
+ <li><a href="http://www.shiga-med.ac.jp/~hqcnec/labo/index.html" target="_blank"><img src="img/btn_skilslabo.png" border="0" alt="スキルズラボ" width="150" height="150" /></a></li>
248
+
249
+ <li><a href="#"><img src="img/btn_students.png" width="150" height="150" alt="学生向け" border="0" /></a></li>
250
+
251
+ <li><a href="#"><img src="img/btn_teachers.png" width="150" height="150" alt="教員向け" border="0" /></a></li>
252
+
253
+ <li><a href="#"><img src="img/btn_link.png" width="150" height="150" alt="リンク" border="0" /></a></li>
254
+
255
+ <li><a href="#"><img src="img/btn_access.png" width="150" height="150" alt="連絡先・アクセス" border="0" /></a></li>
256
+
257
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
258
+
259
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
260
+
261
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
262
+
263
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
264
+
265
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
266
+
267
+ </ul>
268
+
269
+
270
+
271
+ <ul class="footer_navi">
100
272
 
101
273
  <li><a href="./message/index.html">センター長からのメッセージ</a></li>
102
274
 
@@ -104,188 +276,14 @@
104
276
 
105
277
  <li><a href="./organization/index.html">組織</a></li>
106
278
 
107
- <li><a href="./activity/index.html">活動内容</li>
279
+ <li><a href="./activity/index.html">活動内容</a></li>
108
280
 
109
281
  <li><a href="./event/index.html">イベント情報</a></li>
110
282
 
111
- <li><a href="./lecture/index.html">講演会・FD情報<br />
112
-
113
- <small>Lecture・FD information</a></li>
114
-
115
- <li><a href="./link/index.html">リンク</a></li>
116
-
117
- <li><a href="./contact/index.html">連絡先アクセス</a></li>
283
+ <li><a href="./lecture/index.html">講演会FD情報</a></li>
118
-
119
- </ul>
120
-
121
- </nav>
122
-
123
-
124
-
125
-
126
-
127
- <div id="wrapper">
128
-
129
- <div id="sidebar">
130
-
131
- <h1><a href="./index.html" class="logo">滋賀医科大学</a>
132
-
133
- <a href="./index.html" class="mincho">医学・看護学教育センター<br />
134
-
135
- <small>Medical and Nursing Education Center</small></a></h1>
136
-
137
- <ul id="navi">
138
-
139
- <li><a href="./index.html">ホーム<br />
140
-
141
- <small>Home</small></a></li>
142
-
143
- <li><a href="./message/index.html">センター長からのメッセージ<br />
144
-
145
- <small>Message</small></a></li>
146
-
147
- <li><a href="./overview/index.html">概要<br />
148
-
149
- <small>Overview</small></a></li>
150
-
151
- <li><a href="./organization/index.html">組織<br />
152
-
153
- <small>Organization</small></a></li>
154
-
155
- <li><a href="./activity/index.html">活動内容<br />
156
-
157
- <small>Activity contents</small></a></li>
158
-
159
- <li><a href="./event/index.html">イベント情報<br />
160
-
161
- <small>Event information</small></a></li>
162
-
163
- <li><a href="./lecture/index.html">講演会・FD情報<br />
164
-
165
- <small>Lecture・FD information</a></li>
166
-
167
- <li><a href="./link/index.html">リンク<br />
168
-
169
- <small>Link</small></a></li>
170
-
171
- <li><a href="./contact/index.html">連絡先・アクセス<br />
172
-
173
- <small>Contact・Access</small></a></li>
174
284
 
175
285
  </ul>
176
286
 
177
- <ul class="banner">
178
-
179
- <li><a href="http://www.shiga-med.ac.jp/~hqcnec/labo/index.html" target="_blank"><img src="img/bnr_skills.png" alt="スキルズラボ" width="300" height="126" /></a></li>
180
-
181
- </ul>
182
-
183
- </div><!-- /#sidebar -->
184
-
185
-
186
-
187
- <div id="content">
188
-
189
- <h2 class="main"><img src="img/main.png" border="0" alt="支える“看護を実現” 幅広い“医療ニーズ”に応える" width="950" height="500" /></h2>
190
-
191
- <ul class="banner">
192
-
193
- <li class="students">
194
-
195
- <a href="./to/students.html"><img src="img/bnr_students.png" border="0" alt="学生向けの情報をお届けします。" /></a>
196
-
197
- </li>
198
-
199
- <li class="teachers">
200
-
201
- <a href="./to/teachers.html"><img src="img/bnr_teachers.png" border="0" alt="教員向けの情報をお届けします。" /></a>
202
-
203
- </li>
204
-
205
- <li class="public">
206
-
207
- <a href="./to/public.html"><img src="img/bnr_public.png" border="0" alt="一般向けの情報をお届けします。" /></a>
208
-
209
- </li>
210
-
211
- </ul>
212
-
213
- <h3>新着情報 <small>NEWS &amp; TOPICS</small></h3>
214
-
215
- <dl class="topics">
216
-
217
- <dt>2020年04月09日(木)</dt>
218
-
219
- <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
220
-
221
-
222
-
223
- <dt>2020年04月09日(木)</dt>
224
-
225
- <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
226
-
227
-
228
-
229
- <dt>2020年04月09日(木)</dt>
230
-
231
- <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
232
-
233
-
234
-
235
- <dt>2020年04月09日(木)</dt>
236
-
237
- <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
238
-
239
- </dl>
240
-
241
- </div><!-- /#content -->
242
-
243
-
244
-
245
- <div id="footer">
246
-
247
- <ul class="under_button">
248
-
249
- <li><a href="http://www.shiga-med.ac.jp/~hqcnec/labo/index.html" target="_blank"><img src="img/btn_skilslabo.png" border="0" alt="スキルズラボ" width="150" height="150" /></a></li>
250
-
251
- <li><a href="#"><img src="img/btn_students.png" width="150" height="150" alt="学生向け" border="0" /></a></li>
252
-
253
- <li><a href="#"><img src="img/btn_teachers.png" width="150" height="150" alt="教員向け" border="0" /></a></li>
254
-
255
- <li><a href="#"><img src="img/btn_link.png" width="150" height="150" alt="リンク" border="0" /></a></li>
256
-
257
- <li><a href="#"><img src="img/btn_access.png" width="150" height="150" alt="連絡先・アクセス" border="0" /></a></li>
258
-
259
- <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
260
-
261
- <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
262
-
263
- <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
264
-
265
- <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
266
-
267
- <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
268
-
269
- </ul>
270
-
271
-
272
-
273
- <ul class="footer_navi">
274
-
275
- <li><a href="./message/index.html">センター長からのメッセージ</a></li>
276
-
277
- <li><a href="./overview/index.html">概要</a></li>
278
-
279
- <li><a href="./organization/index.html">組織</a></li>
280
-
281
- <li><a href="./activity/index.html">活動内容</a></li>
282
-
283
- <li><a href="./event/index.html">イベント情報</a></li>
284
-
285
- <li><a href="./lecture/index.html">講演会・FD情報</a></li>
286
-
287
- </ul>
288
-
289
287
  <small class="copyright">Copyright &copy; 2020 医学・看護学教育センター Corporation. All Rights Reserved.</small>
290
288
 
291
289
 

2

該当コードの追記

2021/03/01 01:35

投稿

Tomokui
Tomokui

スコア23

test CHANGED
File without changes
test CHANGED
@@ -44,9 +44,377 @@
44
44
 
45
45
 
46
46
 
47
- ```ここに言語名を入力
47
+ ```基本HTMLのみです!
48
+
48
-
49
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
50
+
51
+ <html lang="ja">
52
+
53
+ <head>
54
+
55
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
56
+
57
+ <meta name="robots" content="noindex" /><!-- この1行はサイト公開時に削除すること! -->
58
+
59
+ <link rel="stylesheet" href="css/index.css" type="text/css" />
60
+
61
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.4/css/all.css" />
62
+
63
+ <title>医学・看護学教育センター|滋賀医科大学</title>
64
+
65
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
66
+
67
+ <script src="js/goto_pagetop.js"></script>
68
+
69
+ <script src="./js/goto_pagetop.js"></script>
70
+
71
+ <script type="text/javascript" src="//typesquare.com/3/tsst/script/ja/typesquare.js?5eaa3a37bab04a879ab647f5ac1e0217" charset="utf-8"></script>
72
+
73
+ </head>
74
+
75
+ <body>
76
+
77
+
78
+
79
+ <input type="checkbox" class="check" id="checked">
80
+
81
+ <label class="menu-btn" for="checked">
82
+
83
+ <span class="bar top"></span>
84
+
85
+ <span class="bar middle"></span>
86
+
87
+ <span class="bar bottom"></span>
88
+
89
+ <span class="menu-btn__text">MENU</span>
90
+
91
+ </label>
92
+
93
+ <label class="close-menu" for="checked"></label>
94
+
95
+ <nav class="drawer-menu">
96
+
97
+ <ul><!-- ナビのliセットをコピーしてくること! -->
98
+
99
+ <li><a href="./index.html">ホーム</a></li>
100
+
101
+ <li><a href="./message/index.html">センター長からのメッセージ</a></li>
102
+
103
+ <li><a href="./overview/index.html">概要</a></li>
104
+
105
+ <li><a href="./organization/index.html">組織</a></li>
106
+
107
+ <li><a href="./activity/index.html">活動内容</li>
108
+
109
+ <li><a href="./event/index.html">イベント情報</a></li>
110
+
111
+ <li><a href="./lecture/index.html">講演会・FD情報<br />
112
+
113
+ <small>Lecture・FD information</a></li>
114
+
115
+ <li><a href="./link/index.html">リンク</a></li>
116
+
117
+ <li><a href="./contact/index.html">連絡先・アクセス</a></li>
118
+
119
+ </ul>
120
+
121
+ </nav>
122
+
123
+
124
+
125
+
126
+
127
+ <div id="wrapper">
128
+
129
+ <div id="sidebar">
130
+
131
+ <h1><a href="./index.html" class="logo">滋賀医科大学</a>
132
+
133
+ <a href="./index.html" class="mincho">医学・看護学教育センター<br />
134
+
135
+ <small>Medical and Nursing Education Center</small></a></h1>
136
+
137
+ <ul id="navi">
138
+
139
+ <li><a href="./index.html">ホーム<br />
140
+
141
+ <small>Home</small></a></li>
142
+
143
+ <li><a href="./message/index.html">センター長からのメッセージ<br />
144
+
145
+ <small>Message</small></a></li>
146
+
147
+ <li><a href="./overview/index.html">概要<br />
148
+
149
+ <small>Overview</small></a></li>
150
+
151
+ <li><a href="./organization/index.html">組織<br />
152
+
153
+ <small>Organization</small></a></li>
154
+
155
+ <li><a href="./activity/index.html">活動内容<br />
156
+
157
+ <small>Activity contents</small></a></li>
158
+
159
+ <li><a href="./event/index.html">イベント情報<br />
160
+
161
+ <small>Event information</small></a></li>
162
+
163
+ <li><a href="./lecture/index.html">講演会・FD情報<br />
164
+
165
+ <small>Lecture・FD information</a></li>
166
+
167
+ <li><a href="./link/index.html">リンク<br />
168
+
169
+ <small>Link</small></a></li>
170
+
171
+ <li><a href="./contact/index.html">連絡先・アクセス<br />
172
+
173
+ <small>Contact・Access</small></a></li>
174
+
175
+ </ul>
176
+
177
+ <ul class="banner">
178
+
179
+ <li><a href="http://www.shiga-med.ac.jp/~hqcnec/labo/index.html" target="_blank"><img src="img/bnr_skills.png" alt="スキルズラボ" width="300" height="126" /></a></li>
180
+
181
+ </ul>
182
+
183
+ </div><!-- /#sidebar -->
184
+
185
+
186
+
187
+ <div id="content">
188
+
189
+ <h2 class="main"><img src="img/main.png" border="0" alt="支える“看護を実現” 幅広い“医療ニーズ”に応える" width="950" height="500" /></h2>
190
+
191
+ <ul class="banner">
192
+
193
+ <li class="students">
194
+
195
+ <a href="./to/students.html"><img src="img/bnr_students.png" border="0" alt="学生向けの情報をお届けします。" /></a>
196
+
197
+ </li>
198
+
199
+ <li class="teachers">
200
+
201
+ <a href="./to/teachers.html"><img src="img/bnr_teachers.png" border="0" alt="教員向けの情報をお届けします。" /></a>
202
+
203
+ </li>
204
+
205
+ <li class="public">
206
+
207
+ <a href="./to/public.html"><img src="img/bnr_public.png" border="0" alt="一般向けの情報をお届けします。" /></a>
208
+
209
+ </li>
210
+
211
+ </ul>
212
+
213
+ <h3>新着情報 <small>NEWS &amp; TOPICS</small></h3>
214
+
215
+ <dl class="topics">
216
+
217
+ <dt>2020年04月09日(木)</dt>
218
+
219
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
220
+
221
+
222
+
223
+ <dt>2020年04月09日(木)</dt>
224
+
225
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
226
+
227
+
228
+
229
+ <dt>2020年04月09日(木)</dt>
230
+
231
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
232
+
233
+
234
+
235
+ <dt>2020年04月09日(木)</dt>
236
+
237
+ <dd><a href="#">令和2年度定例医学・看護学教育の開催について(中止案内)</a></dd>
238
+
239
+ </dl>
240
+
241
+ </div><!-- /#content -->
242
+
243
+
244
+
245
+ <div id="footer">
246
+
247
+ <ul class="under_button">
248
+
249
+ <li><a href="http://www.shiga-med.ac.jp/~hqcnec/labo/index.html" target="_blank"><img src="img/btn_skilslabo.png" border="0" alt="スキルズラボ" width="150" height="150" /></a></li>
250
+
251
+ <li><a href="#"><img src="img/btn_students.png" width="150" height="150" alt="学生向け" border="0" /></a></li>
252
+
253
+ <li><a href="#"><img src="img/btn_teachers.png" width="150" height="150" alt="教員向け" border="0" /></a></li>
254
+
255
+ <li><a href="#"><img src="img/btn_link.png" width="150" height="150" alt="リンク" border="0" /></a></li>
256
+
257
+ <li><a href="#"><img src="img/btn_access.png" width="150" height="150" alt="連絡先・アクセス" border="0" /></a></li>
258
+
259
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
260
+
261
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
262
+
263
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
264
+
265
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
266
+
267
+ <li><a href="#"><img src="img/btn_dummy.gif" width="150" height="150" alt="" border="0" /></a></li>
268
+
269
+ </ul>
270
+
271
+
272
+
273
+ <ul class="footer_navi">
274
+
275
+ <li><a href="./message/index.html">センター長からのメッセージ</a></li>
276
+
277
+ <li><a href="./overview/index.html">概要</a></li>
278
+
279
+ <li><a href="./organization/index.html">組織</a></li>
280
+
281
+ <li><a href="./activity/index.html">活動内容</a></li>
282
+
283
+ <li><a href="./event/index.html">イベント情報</a></li>
284
+
285
+ <li><a href="./lecture/index.html">講演会・FD情報</a></li>
286
+
287
+ </ul>
288
+
289
+ <small class="copyright">Copyright &copy; 2020 医学・看護学教育センター Corporation. All Rights Reserved.</small>
290
+
291
+
292
+
293
+ <p class="pagetop">
294
+
295
+ <div id="page_top"><a href="#"></a></div>
296
+
297
+ </p>
298
+
299
+
300
+
301
+ </div><!-- /#footer -->
302
+
303
+ </div><!-- /#wrapper -->
304
+
305
+ </body>
306
+
307
+
308
+
309
+ <script>
310
+
311
+ $(document).ready(function() {
312
+
313
+ var pagetop = $('.pagetop');
314
+
315
+ $(window).scroll(function () {
316
+
317
+ if ($(this).scrollTop() > 100) {
318
+
319
+ pagetop.fadeIn();
320
+
321
+ } else {
322
+
323
+ pagetop.fadeOut();
324
+
325
+ }
326
+
327
+ });
328
+
329
+ pagetop.click(function () {
330
+
331
+ $('body, html').animate({ scrollTop: 0 }, 500);
332
+
333
+ return false;
334
+
335
+ });
336
+
337
+ });
338
+
339
+
340
+
341
+ /* スムーススクロール関連 */
342
+
343
+ $(function(){
344
+
345
+ $('a[href^="#"]').click(function(){
346
+
347
+ var speed = 500;
348
+
349
+ var href= $(this).attr("href");
350
+
351
+ var target = $(href == "#" || href == "" ? 'html' : href);
352
+
353
+ var position = target.offset().top;
354
+
355
+ $("html, body").animate({scrollTop:position}, speed, "swing");
356
+
357
+ return false;
358
+
359
+ });
360
+
361
+ });
362
+
363
+
364
+
365
+ //ページトップへのスクロール
366
+
367
+ $('#pagetop').click(function () {
368
+
369
+ //id名#pagetopがクリックされたら、以下の処理を実行
370
+
371
+ $("html,body").animate({scrollTop:0},"300");
372
+
373
+ });
374
+
375
+ //ページトップの出現
376
+
377
+ $('#pagetop').hide();
378
+
379
+ $(window).scroll(function () {
380
+
381
+ if($(window).scrollTop() > 0) {
382
+
383
+ $('#pagetop').slideDown(600);
384
+
385
+ } else {
386
+
387
+ $('#pagetop').slideUp(600);
388
+
389
+ }
390
+
391
+ });
392
+
393
+ //ホバーイベント
394
+
395
+ $("#pagetop").mouseover(function(){
396
+
397
+ $(this).animate({
398
+
399
+ bottom:"0px"
400
+
49
- ソースコード
401
+ },300);
402
+
403
+ });
404
+
405
+ $("#pagetop").mouseout(function(){
406
+
407
+ $(this).animate({
408
+
409
+ bottom:"-60px"
410
+
411
+ },300);
412
+
413
+ });
414
+
415
+ </script>
416
+
417
+ </html>
50
418
 
51
419
  ```
52
420
 

1

件名の【怪現象】を削除

2021/03/01 01:22

投稿

Tomokui
Tomokui

スコア23

test CHANGED
@@ -1 +1 @@
1
- 【怪現象】ソースにないコードが出力されてしまう
1
+ ソースにないコードが出力されてしまう
test CHANGED
File without changes