|
CSSソース / <HEAD>と</HEAD>の間に入れて下さい |
左上

JPG480x640
30.1K
|
<STYLE type="text/css">
<!--
body {
background-color:#ffffff
;
background-image:url(自分のHPスペースの画像アドレス);
background-repeat: no-repeat;
background-attachment:fixed;
} --> </STYLE> |
右上

29.4K
|
<STYLE type="text/css">
<!--
body {
background-color:#ffffff
;
background-image:url(自分のHPスペースの画像アドレス);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: right top;
} --> </STYLE> |
右下

29.3K
|
<STYLE type="text/css">
<!--
body {
background-color:#ffffff
;
background-image:url(自分のHPスペースの画像アドレス);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: right bottom;
} --> </STYLE> |
左下

29.5K
|
<STYLE type="text/css">
<!--
body {
background-color:#ffffff
;
background-image:url(自分のHPスペースの画像アドレス);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: left bottom;
} --> </STYLE> |