お気に入りの写真がありましたら「素材ご使用時の注意」にご同意の上お持ち帰りください。
春の花の写真固定壁紙です。
ダウンロードの上解凍してお使いください。
画像クリックすると、実物大の大きさになります。
トウゴクサバノオ 左下 |
ハナニラ 自由 |
ナンザンスミレ 左右中央下 |
|||
サクラソウ 左右下 |
アネモネ・クリニタ 左右中央下 |
西洋オキナグサ 右下 |
|||
レウイシ・コチレドン 自由 |
イワザクラ 右上 |
ヤクシマシャクナゲ 右上 |
|||
ホタルカズラ 左右中央下 |
カムイビランジ 左右中央下 |
チシマギキョウ 右下 |
|||
エンコウソウ 自由 |
ヒメサユリ 右上 |
上の画像と同じ名前のものをダウンロードしてください。クリック、保存でお持ち帰りいただけます。
画像をダウンロードした後、使いたいページを開き、次のソースを <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