スクロールにより背景画像を動かす スクロールしてある位置まで来ると、背景画像を動かす単純な例。 「div1 」の位置までスクロールすると、「クラス picture」の背景画像を下方向に動かす例。 背景画像は 960×800 のサイズの画像を用意 画像を表示する領域「クラス picture」の高さは500px background-position は「0 0」(left top) サンプル 1 HTML <!doctype html> <html> <head> <meta charset="utf-8"> <title>Pallarax Sample 1</title> <link rel="stylesheet" href="css/style_0.css"> </head> <body> <body> <div id="wrapper"> <div id="content"> <di