左下に固定
<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% 100%;
background-repeat: no-repeat;
background-color:#ffffff;
}
-->
</STYLE>
|
|