- 背景を固定して左上の隅に
- <body style="background-attachment:fixed;background-position:left
top ;background-repeat:no-repeat">
- 背景を固定して左下の隅に
- <body style="background-attachment:fixed;background-position:left
bottom ;background-repeat:no-repeat">
- 背景を固定して右上の隅に
- <body style="background-attachment:fixed;background-position:right
top ;background-repeat:no-repeat">
- 背景を固定して右下の隅に
- <body style="background-attachment:fixed;background-position:right bottom ;background-repeat:no-repeat">
|