お気に入りの写真がありましたら「素材ご使用時の注意」にご同意の上お持ち帰りください。
こちらは横幅 300px 程度の大きさの素材になります。
お気に入りいただけましたら、このほかに少し小さな同じ素材がありますのでお好きな大きさをお選びください。
画像クリックすると、実物大の大きさになります。
上の画像と同じ名前のものをダウンロードしてください。クリック、保存でお持ち帰りいただけます。
画像をダウンロードした後、使いたいページを開き、次のソースを <head>~</head> の間にコピー、ペーストしてください。
左上
<style type="text/css">
<!--
body {
background-image : url("***.jpg");
background-attachment: fixed;
background-position:0% 0%;
background-repeat: no-repeat;
background-color:#ffffff;
}
-->
</style>
右上
<style type="text/css">
<!--
body {
background-image : url("***.jpg");
background-attachment: fixed;
background-position:100% 0%;
background-repeat: no-repeat;
background-color:#ffffff;
}
-->
</style>
左下
<style type="text/css">
<!--
body {
background-image : url("***.jpg");
background-attachment: fixed;
background-position:0% 100%;
background-repeat: no-repeat;
background-color:#ffffff;
}
-->
</style>
右下
<style type="text/css">
<!--
body {
background-image : url("***.jpg");
background-attachment: fixed;
background-position:100% 100%;
background-repeat: no-repeat;
background-color:#ffffff;
}
-->
</style>
中央
<style type="text/css">
<!--
body {
background-image : url("***.jpg");
background-attachment: fixed;
background-position:50% 50%;
background-repeat: no-repeat;
background-color:#ffffff;
}
-->
</style>
ページトップへ
Designed by CSS.Design Sample