質問編集履歴

2

cssの修正をしました。

2017/09/25 03:52

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,9 @@
24
24
 
25
25
 
26
26
 
27
+ ```
28
+
27
- ``` <ul id = "globalnav">
29
+ <ul id = "globalnav">
28
30
 
29
31
  <li class="home"><a href="html.html">HOME</a></li>
30
32
 
@@ -92,7 +94,9 @@
92
94
 
93
95
 
94
96
 
97
+ ```
98
+
95
- ```#plannavi {
99
+ #plannavi {
96
100
 
97
101
  display: block;
98
102
 

1

navi部分のcssを追加し、リンクのコードを追記致しました。

2017/09/25 03:52

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -393,3 +393,81 @@
393
393
  コード
394
394
 
395
395
  ```
396
+
397
+
398
+
399
+ リンク部分のコードは<p class="pagetop"><a href="#top">-△-</a></p>
400
+
401
+ を入力しております。
402
+
403
+
404
+
405
+ navi部分のcssがなかったので追加いたします。
406
+
407
+
408
+
409
+
410
+
411
+ ```
412
+
413
+ #globalnav {
414
+
415
+ display: block;
416
+
417
+ clear: both;
418
+
419
+ }
420
+
421
+ #globalnav .idea a{
422
+
423
+ background-image :url("img/head-menu.jpg");
424
+
425
+ background-repeat: no-repeat;
426
+
427
+ background-position: -150px top;
428
+
429
+ }
430
+
431
+ #globalnav .service a{
432
+
433
+ background-image :url("img/head-menu.jpg");
434
+
435
+ background-repeat: no-repeat;
436
+
437
+ background-position: -300px top;
438
+
439
+ }
440
+
441
+ #globalnav .company a{
442
+
443
+ background-image :url("img/head-menu.jpg");
444
+
445
+ background-repeat: no-repeat;
446
+
447
+ background-position: -450px top;
448
+
449
+ }
450
+
451
+ #globalnav .FAQ a{
452
+
453
+ background-image :url("img/head-menu.jpg");
454
+
455
+ background-repeat: no-repeat;
456
+
457
+ background-position: -600px top;
458
+
459
+ }
460
+
461
+ #globalnav .access a{
462
+
463
+ background-image :url("img/head-menu.jpg");
464
+
465
+ background-repeat: no-repeat;
466
+
467
+ background-position: -750px top;
468
+
469
+ }
470
+
471
+
472
+
473
+ ```