質問編集履歴
1
コード修正、画面表示およびやりたいこと修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,21 +10,83 @@
|
|
10
10
|
|
11
11
|
```html
|
12
12
|
|
13
|
-
|
13
|
+
<div style="top : 161px;left : 8px; position : absolute; z-index : 4; width : 847px; height : 252px; " id="Layer5">
|
14
14
|
|
15
|
-
|
15
|
+
<div style="background: white; padding: 10px; margin-bottom: 10px; border: 1px solid #333333">
|
16
16
|
|
17
|
-
|
17
|
+
<table border="1" height="252" width="818">
|
18
18
|
|
19
|
-
|
19
|
+
<tr bgcolor="gray" style="color:white" height="50">
|
20
20
|
|
21
|
-
<
|
21
|
+
<th height="42" width="92"><b>列1</b></th>
|
22
22
|
|
23
|
-
|
23
|
+
<th height="42" width="212">列2・列3<br>列4・列5</th>
|
24
24
|
|
25
|
+
<th height="42" width="137">列7/列8</th>
|
26
|
+
|
27
|
+
<th height="42" width="189"><b>列9/列10</b></th>
|
28
|
+
|
25
|
-
|
29
|
+
</tr>
|
30
|
+
|
31
|
+
<tr bgcolor="lightyellow">
|
32
|
+
|
33
|
+
<td align="center" height="47" width="92">
|
34
|
+
|
35
|
+
<input type="text" name=列1 style="background:white; color:#000000;" align="middle" value="83行目">
|
26
36
|
|
27
37
|
</td>
|
38
|
+
|
39
|
+
<td align="center" height="47" width="312">
|
40
|
+
|
41
|
+
<input type="text" name=列2 style="background:white; color:#000000;" align="middle" value="86行目">
|
42
|
+
|
43
|
+
<input type="text" name=列3 style="background:white; color:#000000;" align="middle" value="87行目">
|
44
|
+
|
45
|
+
<input type="text" name=列4 style="background:white; color:#000000;" align="middle" value="88行目">
|
46
|
+
|
47
|
+
<input type="text" name=列5 style="background:white; color:#000000;" align="middle" value="89行目">
|
48
|
+
|
49
|
+
</td>
|
50
|
+
|
51
|
+
<td align="center" height="47" width="137"><input type="text" name=列7 style="background:white; color:#000000;" align="middle" value="92行目">
|
52
|
+
|
53
|
+
<span>
|
54
|
+
|
55
|
+
<input type="text" name=列8 style="background:white; color:#000000;" align="middle" value="93行目">
|
56
|
+
|
57
|
+
</span>
|
58
|
+
|
59
|
+
</td>
|
60
|
+
|
61
|
+
</div>
|
62
|
+
|
63
|
+
<td align="center" height="47" width="189"><input type="text" name=列9 style="background:white; color:#000000;" align="middle" value="96行目">
|
64
|
+
|
65
|
+
<input type="text" name=列0 style="background:white; color:#000000;" align="middle" value="97行目">
|
66
|
+
|
67
|
+
</td>
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
</tr>
|
72
|
+
|
73
|
+
<tr>
|
74
|
+
|
75
|
+
<td align="center" height="47" width="92"></td>
|
76
|
+
|
77
|
+
<td align="center" height="47" width="212"></td>
|
78
|
+
|
79
|
+
<td align="center" height="47" width="137"></td>
|
80
|
+
|
81
|
+
<td align="center" height="47" width="189"></td>
|
82
|
+
|
83
|
+
</tr>
|
84
|
+
|
85
|
+
</table>
|
86
|
+
|
87
|
+
</div>
|
88
|
+
|
89
|
+
</div>
|
28
90
|
|
29
91
|
```
|
30
92
|
|
@@ -32,18 +94,22 @@
|
|
32
94
|
|
33
95
|
【上記で表示させた場合】
|
34
96
|
|
35
|
-
86行目
|
97
|
+
ーーーーー| 86行目 |ーーーーー|
|
36
98
|
|
37
|
-
87行目
|
99
|
+
ーーーーー| 87行目 |ーーーーー| 96行目
|
38
100
|
|
39
|
-
88行目
|
101
|
+
83行目 | 88行目 | 92行目| 97行目
|
40
102
|
|
41
|
-
89行目
|
103
|
+
ーーーーー| 89行目 |ーーーーー|
|
42
104
|
|
43
105
|
|
44
106
|
|
45
107
|
【やりたいこと】
|
46
108
|
|
47
|
-
|
109
|
+
ーーーーー|ーーーーーーーーーー|ーーーーー|
|
48
110
|
|
111
|
+
ーーーーー| 86行目|87行目 |ーーーーー| 96行目
|
112
|
+
|
49
|
-
88行目
|
113
|
+
83行目 | 88行目|89行目 | 92行目| 97行目
|
114
|
+
|
115
|
+
ーーーーー|ーーーーーーーーー|ーーーーー|
|