壁紙+画像(右・左・上・下)
これなんですが…
どなたか教えていただけませんか?
↓は壁紙の色に(右に縦に画像)が並んで表示されます。
</STYLE>
</style>
<STYLE type="text/css">
<!--
BODY {
background-color: #D6D6AD;
background-image: url("○○○jpg");
background-repeat:repeat-y;
background-attachment: fixed;
background-position: right;
}
-->
</STYLE>
あと…
↓のをどのように入れれば上の1枚の壁紙に
一度に4ヵ所画像を並べられますか?
(左に縦に画像を並べる)
background-color: #D6D6AD;
background-image: url("○○○.jpg");
background-repeat: repeat-y;
background-attachment: fixed;
background-position: left;
(上に画像を横に並べる)
background-color: #D6D6AD;
background-image: url("○○○.jpg");
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top;
(下に画像を横に並べる)
background-color: #D6D6AD;
background-image: url("○○○.jpg");
background-repeat: repeat-x;
background-attachment: fixed;
background-position: botom;
宜しくお願いします。m( _"_ )mペコ♪