teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

情報追加

2021/09/17 06:05

投稿

iiinnn
iiinnn

スコア8

title CHANGED
File without changes
body CHANGED
@@ -63,7 +63,7 @@
63
63
  </div>
64
64
  <!-- スライダー上の文字-->
65
65
    <div class="mainVisual_overRay">
66
-   <p>ARK CRETON</p>
66
+   <p></p>
67
67
    </div>
68
68
    </div>
69
69
 
@@ -128,7 +128,7 @@
128
128
  <p>〒<br />
129
129
  <br /></div>
130
130
  <div class="p-map">
131
- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3243.9052727872!2d139.7236777152567!3d35.605403180212065!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188a85f43f0071%3A0x7c8c13c6c4b99139!2z44CSMTQyLTAwNDMg5p2x5Lqs6YO95ZOB5bed5Yy65LqM6JGJ77yR5LiB55uu77yR77yT4oiS77yR77yS!5e0!3m2!1sja!2sjp!4v1629255224158!5m2!1sja!2sjp"
131
+ <iframe src="https://www.google.com/maps/embed?"
132
132
  frameborder="0" style="border:0" allowfullscreen></iframe></div>
133
133
  </div>
134
134
 

2

情報追加

2021/09/17 06:05

投稿

iiinnn
iiinnn

スコア8

title CHANGED
File without changes
body CHANGED
@@ -400,9 +400,9 @@
400
400
 
401
401
  jQuery(window).on('scroll', function () {
402
402
  if (400 < jQuery(this).scrollTop()) {
403
- jQuery('.header').addClass('change-color');
403
+ jQuery('header').addClass('change-color');
404
404
  } else {
405
- jQuery('.header').removeClass('change-color');
405
+ jQuery('header').removeClass('change-color');
406
406
  }
407
407
  });
408
408
 

1

情報追加

2021/09/17 05:38

投稿

iiinnn
iiinnn

スコア8

title CHANGED
File without changes
body CHANGED
@@ -21,6 +21,11 @@
21
21
 
22
22
  <!-- swiperのCSSファイルの読み込み -->
23
23
  <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
24
+
25
+   <!-- jqueryのファイルの読み込み -->
26
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
27
+
28
+
24
29
  <title></title>
25
30
  </head>
26
31