戻る

背景画像を上端から200ピクセルの間隔をあけたところ横一列固定表示したもの


background-image : url(.素材URL);
background-repeat : repeat-x;
background-attachment : fixed;
background-position : 0px 200px;