質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -37,3 +37,241 @@
|
|
37
37
|
|
38
38
|
|
39
39
|
サーバーを借りたりなどはまだしていないのでサーバー上にアップロード等はしていません
|
40
|
+
|
41
|
+
### 前提・実現したいこと
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
freehtml5.coからテンプレートをダウンロードしてwebサイトを作っています。テンプレートにもともと入っている画像は正しく表示されているのですが、自分が表示したい画像をimagesに入れて表示しようとしても、画像が表示されません。拡張子はpng,jpgで、名前に空白や日本語なども使っていません。
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
### 発生している問題・エラーメッセージ
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
ブラウザ上で画像が表示されません
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
### 該当のソースコード
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
html
|
62
|
+
|
63
|
+
<li style="background-image: url("images/back1.jpg");" data-stellar-background-ratio="0.5"></li>
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
### 試したこと
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
### 補足情報(FW/ツールのバージョンなど)
|
76
|
+
|
77
|
+
追記
|
78
|
+
|
79
|
+
```ここに言語を入力html
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
コード<!DOCTYPE html>
|
84
|
+
|
85
|
+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
86
|
+
|
87
|
+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
88
|
+
|
89
|
+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
90
|
+
|
91
|
+
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
92
|
+
|
93
|
+
<head>
|
94
|
+
|
95
|
+
<meta charset="utf-8">
|
96
|
+
|
97
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
98
|
+
|
99
|
+
<title>Foodee — 100% Free Fully Responsive HTML5 Template by FREEHTML5.co</title>
|
100
|
+
|
101
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
102
|
+
|
103
|
+
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
|
104
|
+
|
105
|
+
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
|
106
|
+
|
107
|
+
<meta name="author" content="FREEHTML5.CO" />
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
<!--
|
112
|
+
|
113
|
+
//////////////////////////////////////////////////////
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
FREE HTML5 TEMPLATE
|
118
|
+
|
119
|
+
DESIGNED & DEVELOPED by FREEHTML5.CO
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
Website: http://freehtml5.co/
|
124
|
+
|
125
|
+
Email: info@freehtml5.co
|
126
|
+
|
127
|
+
Twitter: http://twitter.com/fh5co
|
128
|
+
|
129
|
+
Facebook: https://www.facebook.com/fh5co
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
//////////////////////////////////////////////////////
|
134
|
+
|
135
|
+
-->
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
<!-- Facebook and Twitter integration -->
|
140
|
+
|
141
|
+
<meta property="og:title" content=""/>
|
142
|
+
|
143
|
+
<meta property="og:image" content=""/>
|
144
|
+
|
145
|
+
<meta property="og:url" content=""/>
|
146
|
+
|
147
|
+
<meta property="og:site_name" content=""/>
|
148
|
+
|
149
|
+
<meta property="og:description" content=""/>
|
150
|
+
|
151
|
+
<meta name="twitter:title" content="" />
|
152
|
+
|
153
|
+
<meta name="twitter:image" content="" />
|
154
|
+
|
155
|
+
<meta name="twitter:url" content="" />
|
156
|
+
|
157
|
+
<meta name="twitter:card" content="" />
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
162
|
+
|
163
|
+
<link rel="shortcut icon" href="favicon.ico">
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic|Merriweather:300,400italic,300italic,400,700italic' rel='stylesheet' type='text/css'>
|
168
|
+
|
169
|
+
|
170
|
+
|
171
|
+
<!-- Animate.css -->
|
172
|
+
|
173
|
+
<link rel="stylesheet" href="css/animate.css">
|
174
|
+
|
175
|
+
<!-- Icomoon Icon Fonts-->
|
176
|
+
|
177
|
+
<link rel="stylesheet" href="css/icomoon.css">
|
178
|
+
|
179
|
+
<!-- Simple Line Icons -->
|
180
|
+
|
181
|
+
<link rel="stylesheet" href="css/simple-line-icons.css">
|
182
|
+
|
183
|
+
<!-- Datetimepicker -->
|
184
|
+
|
185
|
+
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
|
186
|
+
|
187
|
+
<!-- Flexslider -->
|
188
|
+
|
189
|
+
<link rel="stylesheet" href="css/flexslider.css">
|
190
|
+
|
191
|
+
<!-- Bootstrap -->
|
192
|
+
|
193
|
+
<link rel="stylesheet" href="css/bootstrap.css">
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
<link rel="stylesheet" href="css/style.css">
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
<!-- Modernizr JS -->
|
204
|
+
|
205
|
+
<script src="js/modernizr-2.6.2.min.js"></script>
|
206
|
+
|
207
|
+
<!-- FOR IE9 below -->
|
208
|
+
|
209
|
+
<!--[if lt IE 9]>
|
210
|
+
|
211
|
+
<script src="js/respond.min.js"></script>
|
212
|
+
|
213
|
+
<![endif]-->
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
</head>
|
218
|
+
|
219
|
+
<body>
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
<div id="fh5co-container">
|
224
|
+
|
225
|
+
<div id="fh5co-home" class="js-fullheight" data-section="home">
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
<div class="flexslider">
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
<div class="fh5co-overlay"></div>
|
234
|
+
|
235
|
+
<div class="fh5co-text">
|
236
|
+
|
237
|
+
<div class="container">
|
238
|
+
|
239
|
+
<div class="row">
|
240
|
+
|
241
|
+
<h1 class="to-animate">foodee</h1>
|
242
|
+
|
243
|
+
<h2 class="to-animate">Lovely Designed <span>by</span> <a href="http://freehtml5.co/" target="_blank">freehtml5.co</a></h2>
|
244
|
+
|
245
|
+
</div>
|
246
|
+
|
247
|
+
</div>
|
248
|
+
|
249
|
+
</div>
|
250
|
+
|
251
|
+
<ul class="slides">
|
252
|
+
|
253
|
+
<li style="background-image: url(images/ramen_1.png);" data-stellar-background-ratio="0.5"></li>
|
254
|
+
|
255
|
+
<li style="background-image: url(images/ramen_2.png);" data-stellar-background-ratio="0.5"></li>
|
256
|
+
|
257
|
+
<li style="background-image: url(images/ramen_3.png);" data-stellar-background-ratio="0.5"></li>
|
258
|
+
|
259
|
+
</ul>
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
</div>
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
</div>
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
```
|
274
|
+
|
275
|
+
上記がテンプレートの一部なのですが、<li style="background-image: url(images/ramen_1.png);" data-stellar-background-ratio="0.5"></li>
|
276
|
+
|
277
|
+
のramen_1.png ramen_2.png ramen_3.png をデフォルトと変えて自分の入れたい画像にしています。ですが、デフォルトから変えたら画像が表示されなくなります。
|