デスクトップ壁紙 / 壁紙(パターン) / 壁紙(固定) / アイコン(大) / アイコン(小) / メニューボタン / テーブル / カウンタ / GMSSKIN / APESKIN
画面端固定用壁紙
画像のDL方法:フレーム内を右クリック→「名前を付けて背景を保存」

エルナス1 エルナス2 エビルアイの巣 エオス塔(梯子)

ソース(<head>〜</head>間に入れてください。)
(下固定用)

<style type="text/css">
<!--
body {
background-color : 背景色;
background-image : url("画像のアドレス");
background-repeat : repeat-x;
background-attachment : fixed;
background-position : left bottom;
}
-->
</style>
(左固定用)

<style type="text/css">
<!--
body {
background-color : 背景色;
background-image : url("画像のアドレス");
background-repeat : repeat-y;
background-attachment : fixed;
background-position : left;
}
-->
</style>