簡単背景固定タグ



背景を固定して左上の隅に
<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">




背景の色を変える場合はBodyタグの中にbgcolor="背景の色"を入れます。
背景を黒にする場合は↓のようになります
<body bgcolor="#000000" style="background



HOME 素材Menu