質問編集履歴
3
HTML誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
<div class="con">
|
38
38
|
|
39
|
-
<a
|
39
|
+
<a href="#note1" class="clickToolTip"><img src="images.png"></a>
|
40
40
|
|
41
41
|
<p id="note1" class="toolTip invisible">
|
42
42
|
|
2
css割愛部分追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,13 +58,45 @@
|
|
58
58
|
|
59
59
|
|
60
60
|
|
61
|
-
|
61
|
+
a.clickToolTip{
|
62
62
|
|
63
|
+
margin: 0;
|
64
|
+
|
63
|
-
a
|
65
|
+
padding: 2px 6px;
|
66
|
+
|
67
|
+
text-decoration: none;
|
68
|
+
|
69
|
+
color: #fff;
|
70
|
+
|
71
|
+
font-size: 12px;
|
64
72
|
|
65
73
|
}
|
66
74
|
|
67
75
|
p.toolTip{
|
76
|
+
|
77
|
+
margin: 0;
|
78
|
+
|
79
|
+
padding: 1em;
|
80
|
+
|
81
|
+
width: 70%;
|
82
|
+
|
83
|
+
background-color: #a92524;
|
84
|
+
|
85
|
+
-moz-border-radius: 5px;
|
86
|
+
|
87
|
+
top: 100px;
|
88
|
+
|
89
|
+
left: 0;
|
90
|
+
|
91
|
+
position: absolute;
|
92
|
+
|
93
|
+
z-index: 50;
|
94
|
+
|
95
|
+
font-size: 1rem;
|
96
|
+
|
97
|
+
line-height: 1.8;
|
98
|
+
|
99
|
+
font-weight: bold;
|
68
100
|
|
69
101
|
}
|
70
102
|
|
1
見出しの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
###
|
23
|
+
### 該当のソースコード
|
24
24
|
|
25
25
|
|
26
26
|
|