2007/08/28(Tue)
<html> <head> <title>タイトル</title> <style type="text/css"> <!-- body { background-attachment: fixed; background-image : url(画像URL); background-repeat: no-repeat; background-position: 0% 100%; } --> </style> </head> <body> 画像を左下に設置したい場合は以下のようにする。 background-position: 0% 100%; |