2007 12/18 00:02
Category : 掲示板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;
}
------------------------
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;
}