「ビオラ」


背景画像を上一列に並べています。

<STYLE type="text/css">
<!--
BODY {
background-image : url(○○.jpg);
background-attachment: fixed;
background-repeat: repeat-x;
background-position: top;
background-color: #FFFFFF
}
-->
</STYLE>




 ビオラ  ビオラ




ビオラ   ビオラ




ビオラ






ビオラ






ビオラ







ビオラ






濃い目の背景はスケルトンの表を使ってもいいかも。
<table
bgcolor="色番号"
cellspacing="1"
style="filter:Alpha(opacity=数字);"
width="数字"
>
<tr><td bgcolor="色番号">ここに文字を書く</td></tr>
</table>




表の中に背景画像を並べてみる。










上一列に並べる。

<table style="
background-image:url(○○.jpg);
background-repeat:repeat-x;
background-position:top">
<tr><td>ここに文字を書く。</td></tr></table>









▲ top