両方に縦バナーを付けずに、左側だけ あるいは右側だけの場合は以下のどの部分を使ったらいいですか? 宜しくお願い致します。
<style type="text/css">
html{
background-image:url("【R-Cabinetからコピーした画像URL】");
background-repeat:repeat-y;
background-position:left;
}
body{
background-image:url("【R-Cabinetからコピーした画像URL】");
background-repeat:repeat-y;
background-position:right;
background-color:transparent;
}
</style>