お気に入りの写真がありましたら「素材ご使用時の注意」にご同意の上お持ち帰りください。
夏の花の固定壁紙です。
ダウンロードの上解凍してお使いください。
画像クリックすると、実物大の大きさになります。
上の画像と同じ名前のものをダウンロードしてください。クリック、保存でお持ち帰りいただけます。
| ■センリゴマダウンロード | ■熱帯スイレンダウンロード(小) |
| ■ナツハナビダウンロード | ■バラ(赤ー1)ダウンロード |
| ■バラ(ピンク)ダウンロード | ■バラ(赤ー2)ダウンロード |
| ■リンドウダウンロード |
画像をダウンロードした後、使いたいページを開き、次のソースを <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