質問編集履歴

3

rel=stylesheet/>';の追記

2018/06/21 06:23

投稿

uepon
uepon

スコア17

test CHANGED
File without changes
test CHANGED
@@ -243,3 +243,11 @@
243
243
 
244
244
 
245
245
  ```
246
+
247
+
248
+
249
+ ![イメージ説明](6405ef326324c8b52aeb7404081bcb72.png)
250
+
251
+ アドバイス頂いたcssを閉じたところ変化がありました。
252
+
253
+ $css_link='<LINK href="./css_files/default.css" type=text/css rel=stylesheet/>';

2

CSSの追記

2018/06/21 06:23

投稿

uepon
uepon

スコア17

test CHANGED
File without changes
test CHANGED
@@ -99,3 +99,147 @@
99
99
  </html>
100
100
 
101
101
  ```
102
+
103
+
104
+
105
+ CSSは、下記のようになっています。
106
+
107
+ ```ここに言語を入力
108
+
109
+ @charset "utf-8";
110
+
111
+ /* CSS Document */
112
+
113
+ /* CSS ver 1.0.1 */
114
+
115
+ div.char
116
+
117
+ {
118
+
119
+ position: absolute;
120
+
121
+ z-index: 100;
122
+
123
+ }
124
+
125
+
126
+
127
+ div.balloon
128
+
129
+ {
130
+
131
+ position: absolute;
132
+
133
+ z-index: 120;
134
+
135
+ }
136
+
137
+
138
+
139
+ div.text
140
+
141
+ {
142
+
143
+ position: absolute;
144
+
145
+ z-index: 130;
146
+
147
+ width: 92px;
148
+
149
+ margin: 2px 2px 2px 16px;
150
+
151
+ color: #333333;
152
+
153
+ font-size: 10px;
154
+
155
+ }
156
+
157
+
158
+
159
+ a:link, a:visited
160
+
161
+ {
162
+
163
+ color: #B0B0B0;
164
+
165
+ text-decoration: none;
166
+
167
+ }
168
+
169
+
170
+
171
+ a:hover
172
+
173
+ {
174
+
175
+ color: #333333;
176
+
177
+ text-decoration: none;
178
+
179
+ }
180
+
181
+
182
+
183
+ body
184
+
185
+ {
186
+
187
+ margin: 0px;
188
+
189
+ }
190
+
191
+
192
+
193
+ #footer2{
194
+
195
+ position:absolute;
196
+
197
+ bottom:0;
198
+
199
+ left:0;
200
+
201
+ height:30px;
202
+
203
+ width:100%;
204
+
205
+ }
206
+
207
+
208
+
209
+ #header1{
210
+
211
+ position:absolute;
212
+
213
+ bottom:0;
214
+
215
+ left:0;
216
+
217
+ height:30px;
218
+
219
+ width:100%;
220
+
221
+ }
222
+
223
+
224
+
225
+ #main{
226
+
227
+ /* height:70%;*/
228
+
229
+ width:100%;
230
+
231
+ }
232
+
233
+
234
+
235
+ #input{
236
+
237
+ /* height:30%;*/
238
+
239
+ width:100%;
240
+
241
+ }
242
+
243
+
244
+
245
+ ```

1

HTMLの追加

2018/06/21 05:24

投稿

uepon
uepon

スコア17

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,49 @@
53
53
 
54
54
 
55
55
  どなたか、アドバイスの程、よろしくお願いいたします。
56
+
57
+
58
+
59
+ すみません。HTMLのソースは、下記です。
60
+
61
+ ```ここに言語を入力
62
+
63
+ <html>
64
+
65
+ <head>
66
+
67
+ <title>岡村ちゃんフアン交流チャット</title>
68
+
69
+ <LINK href="./css_files/default.css" type=text/css rel=stylesheet>
70
+
71
+ <script type="text/javascript"
72
+
73
+ language="JavaScript" src="rpg4.js" defer></script>
74
+
75
+ </head>
76
+
77
+ <body marginwidth="0" marginheight="0"
78
+
79
+ onload="init(0, 0, 352, 288, 32, 30);">
80
+
81
+ <div class="char" style="left:160px; top:128px;"><img src="images/char0.png"></div>
82
+
83
+ <div id="char0" class="char" style="left:160px; top:128px;"><img src="images/char0.png"></div>
84
+
85
+ <table border="0" cellpadding="0" cellspacing="0" style="border-style: none; border-spacing:0px 0px;" >
86
+
87
+ <tr><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/2.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/2.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/2.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/2.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/3.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/3.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/5.gif"></td></tr>
88
+
89
+ <tr><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/2.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/2.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/2.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/1.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/3.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/3.gif"></td><td style="height:32px; top:32px; border-style: none; border-spacing:0px 0px;"><img src="images/3.gif"></td></tr>
90
+
91
+
92
+
93
+ </table>
94
+
95
+ <a href="javascript: reloadFrame();">[リロード]</a>
96
+
97
+ </body>
98
+
99
+ </html>
100
+
101
+ ```