画像の固定  / ワンポイント

画像は右クリックしてDLしてお使いください。直リンク禁止
画像は縮小してますので 多少の乱れは ご容赦願います。

皇女1 皇女2 ぼんぼり

二人雛 桃と御所車


 HTMLソースの
         <HEAD>
ここにペーストしてね</HEAD>
【左上に固定】 二人雛sample


<STYLE type="text/css">
<!--
BODY {
background-image : url("素材URL");
background-attachment: fixed;
background-position: 0% 0%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>

【左下に固定】 皇女1sample ぼんぼりsample
<STYLE type="text/css">
<!--
BODY {
background-image : url("素材URL");
background-attachment: fixed;
background-position: 0% 100%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>
【右上に固定】 桃と御所車sample
<STYLE type="text/css">
<!--
BODY {
background-image : url("素材URL");
background-attachment: fixed;
background-position: 100% 0%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>
【右下に固定】 皇女2sample
<STYLE type="text/css">
<!--
BODY {
background-image : url("素材URL");
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}
-->
</STYLE>

スタイルシート
右縦並べ/左縦並べ/上並べ/下並べなど


AtelierCoCo