質問編集履歴
6
参考サイトの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,8 @@
|
|
9
9
|
・widthは100%
|
10
10
|
・左右と上にmarginを10px設ける
|
11
11
|
(画像サイズは横1300px、縦511pxです。)
|
12
|
-
(参考サイトhttp://www.coolwebwindow.com/csstips/csstechnic/templatelayout/000347.php
|
12
|
+
(参考サイトhttp://www.coolwebwindow.com/csstips/csstechnic/templatelayout/000347.php
|
13
|
+
https://create.irec.jp/sample02/)
|
13
14
|
※この画像をjQueryプラグインのbxSliderで使用しようと考えております。
|
14
15
|
|
15
16
|
〜現在の状況~
|
5
コードブロックに書き換え
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,11 +13,13 @@
|
|
13
13
|
※この画像をjQueryプラグインのbxSliderで使用しようと考えております。
|
14
14
|
|
15
15
|
〜現在の状況~
|
16
|
-
|
16
|
+
```HTML
|
17
17
|
<div class="image">
|
18
18
|
<img src="images/img1.jpg" alt="画像">
|
19
19
|
</div>
|
20
|
+
```
|
21
|
+
|
20
|
-
|
22
|
+
```CSS
|
21
23
|
.image {
|
22
24
|
position:relative;
|
23
25
|
overflow:hidden;
|
@@ -30,4 +32,5 @@
|
|
30
32
|
width:1300px;
|
31
33
|
height:529px;
|
32
34
|
margin-left:-650px;
|
33
|
-
}
|
35
|
+
}
|
36
|
+
```
|
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,8 +10,9 @@
|
|
10
10
|
・左右と上にmarginを10px設ける
|
11
11
|
(画像サイズは横1300px、縦511pxです。)
|
12
12
|
(参考サイトhttp://www.coolwebwindow.com/csstips/csstechnic/templatelayout/000347.php)
|
13
|
+
※この画像をjQueryプラグインのbxSliderで使用しようと考えております。
|
13
14
|
|
14
|
-
|
15
|
+
〜現在の状況~
|
15
16
|
【HTML】
|
16
17
|
<div class="image">
|
17
18
|
<img src="images/img1.jpg" alt="画像">
|
3
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
条件訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
・heightは常に529px
|
8
8
|
・横幅は画面幅に応じて収縮するが、画像の中心がずれない
|
9
9
|
・widthは100%
|
10
|
+
・左右と上にmarginを10px設ける
|
10
11
|
(画像サイズは横1300px、縦511pxです。)
|
11
12
|
(参考サイトhttp://www.coolwebwindow.com/csstips/csstechnic/templatelayout/000347.php)
|
12
13
|
|