|
|
|
自然とアウトドア壁紙
Portable Network Graphics Data
写真の一部は、各種フォトコンテストに入賞された篠原氏の提供によるものです。
| 山と大地(1024-768) |
 |
 |
 |
|
 |
 |
 |
|
 |
 |
 |
| 清流・湖畔・湖(1024-768) |
 |
 |
 |
 |
 |
 |
| 海・空(1024-768) |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| 花と木(1024-768) |
 |
 |
 |
|
 |
 |
 |
|
 |
 |
 |
| 自然・アウトドア(1024-768) |
 |
 |
 |
|
|
|
|
|
- ダウンロードのしかた
絶対直リンしないで!! サーバに負担がかかります。
一度画面をクリックし、ズームアップされた画面を取り込んでくださいね。
-
画面の固定化
HTMLタグ挿入先
<HEAD>ここに挿入</HEAD>
【左上に固定】
<STYLE type="text/css">
<!--
BODY {
background-image : url("素材URL");
background-attachment: fixed;
background-position: 0% 0%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>
【左下に固定】
<STYLE type="text/css">
<!--
BODY {
background-image : url("素材URL");
background-attachment: fixed;
background-position: 0% 100%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>
【右上に固定】
<STYLE type="text/css">
<!--
BODY {
background-image : url("素材URL");
background-attachment: fixed;
background-position: 100% 0%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>
【右下に固定】
<STYLE type="text/css">
<!--
BODY { background-image : url("素材URL");
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>
|