質問編集履歴

2

HTML編集箇所の追記しました。

2018/04/25 05:51

投稿

tsunana
tsunana

スコア18

test CHANGED
File without changes
test CHANGED
@@ -45,6 +45,20 @@
45
45
  <p><img src="<?php bloginfo('template_directory'); ?>/img/footer.gif" alt="TEST" /></p>
46
46
 
47
47
  </footer>
48
+
49
+
50
+
51
+ <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
52
+
53
+ <script>
54
+
55
+ $(".top").click(function(){
56
+
57
+ $(this).parent().fadeOut(2000);
58
+
59
+ });
60
+
61
+ </script>
48
62
 
49
63
 
50
64
 

1

不十分な点を追加しました。label、inputを用いた記述に書き換えたほうがよいでしょうか、、

2018/04/25 05:51

投稿

tsunana
tsunana

スコア18

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,10 @@
26
26
 
27
27
  【HTML】
28
28
 
29
+ <footer>
30
+
31
+
32
+
29
33
  <div id="footer">
30
34
 
31
35
  <div class="top"><span class="topbtn">Close ></span><!--top--></div>
@@ -41,6 +45,12 @@
41
45
  <p><img src="<?php bloginfo('template_directory'); ?>/img/footer.gif" alt="TEST" /></p>
42
46
 
43
47
  </footer>
48
+
49
+
50
+
51
+ ``````
52
+
53
+ ``````
44
54
 
45
55
 
46
56