壁紙使用例(右下固定)
壁紙使用例(右下固定)
壁紙使用例(右下固定)
右下固定用ソースの例 |
<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」や「#ffffff」は必要に応じて書きかえて下さい。
|
|