background-positionサンプル(repeat-xの例)

■このページにはrepeat-xを設定。positionは設定してないので、デフォルトの左上(0,0)が基準になる。

■これは表です。
この表にもrepeat-xを設定。
positionは設定してない
   
     
     
     
     
     
     
     
     
     

htmlsouse.gif (2461 バイト)

<body style="background:url(../../images/back03.gif)
        repeat-x white">

<table style="background:url(../../images/back03.gif)
    repeat-x white" border="1" cellpadding="2" width="70%">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
        ・・・(以下省略)・・・

END