background-repeatサンプル

■このページにはrepeat-xを設定。positionは<left、bottom>を設定

この<div>タグにもrepeat-xを設定。positionは<left、bottom>を設定 

htmlsouse.gif (2461 バイト)

<body style="font-family:'MS 明朝';
    background:url(../../images/back04.gif)
        left bottom repeat-x white">

<div style="width:60%;height:350;border:solid thin gray;
    background:url(../../images/back04.gif)
        left bottom repeat-x white">
</div>

END