ようちゃんの掲示板の右下の画像を設定するためのcssでぇ~すぅ♪♪(キャハ)
*掲示板の右下に画像を設定
------------------------

1.壁紙を使用していない場合

body{
background: yellow url("http://homepage1.nifty.com/youji-izawa/goo2/img/baner/youchan9.gif") no-repeat fixed right bottom;
}

2.壁紙を使用している場合

.post{
background: yellow url("http://homepage1.nifty.com/youji-izawa/goo2/img/baner/youchan9.gif") no-repeat fixed right bottom;
}

3.記事欄の中に表示する場合

p{
background: yellow url("http://homepage1.nifty.com/youji-izawa/goo2/img/baner/youchan9.gif") no-repeat right bottom;
}