全体の背景画像(位置指定 background-position)
<html> <head> <title>背景画像</title> <style type="text/css"> <!-- body { background-image: url("../../sample/img/back.jpg"); background-repeat: no-repeat; background-position: 65% 80%; } //--> </style> </head> <body> </body> </html>
〔 実行する 〕