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

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

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

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

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