壁紙使用例(右下固定 白背景)
右下固定用ソースの例 |
<style type="text/css">
<!--
body {
background-color: #000000;
background-image: url(ファイル名.jpg);
background-position: right bottom;
background-repeat: no-repeat;
background-attachment: fixed;
}
-->
</style>
|
<HEAD></HEAD>内に入れて下さい。
(ファイル名.jpg)や #000000 は必要に応じて書きかえて下さい。
|
|