「すみれ」
| 背景画像を下一列に並べています。 |
<STYLE type="text/css"> <!-- BODY { background-image : url(○○.jpg); background-attachment: fixed; background-repeat: repeat-x; background-position: bottom; background-color: #FFFFFF } --> </STYLE> |







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