08/10/07 13:08:50 JXQHz98o0
>>284
ずっと前に俺がここで教えてもらったのは
@-moz-document url("about:blank") {
* {
background: url("画像のURL");
background-color: #FFFFFF;
background-position: bottom right;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}
}
PC内の画像を表示するにはデータスキームを使うんじゃなかったっけ?
うろ覚えでスマン