左下 <head>〜</head>内に <STYLE type="text/css"> <!-- BODY { background-image : url("壁紙のURL"); background-attachment: fixed; background-position:0% 100%; background-repeat: no-repeat ; } --> </STYLE>
右下 <head>〜</head>内に <STYLE type="text/css"> <!-- BODY { background-image : url("壁紙のURL"); background-attachment: fixed; background-position: 100% 100%; background-repeat: no-repeat ; } --> </STYLE>
左上 <head>〜</head>内に <STYLE type="text/css"> <!-- BODY { background-color: #------; background-image : url("壁紙のURL"); background-repeat: no-repeat; background-attachment: fixed; } --> </STYLE>
右上 <head>〜</head>内に <STYLE type="text/css"> <!-- BODY { background-image : url("壁紙のURL"); background-attachment: fixed; background-position: 100% 0%; background-repeat: no-repeat ; } --> </STYLE>
左縦一列 <head>〜</head>内に <STYLE type="text/css"> <!-- BODY { background-color: #------; background-image : url("壁紙のURL"); background-repeat: repeat-y; background-attachment: fixed; } --> </STYLE>
右縦一列 <head>〜</head>内に <STYLE type="text/css"> <!-- BODY { background-color: #------; background-image : url("壁紙のURL"); background-position: 100% 0%; background-repeat: repeat-y; background-attachment: fixed; } --> </STYLE>
上一列 <head>〜</head>内に <STYLE type="text/css"> <!-- BODY { background-color: #------; background-image : url("壁紙のURL"); background-repeat: repeat-x; background-attachment: fixed; } --> </STYLE>
真中 <head>〜</head>内に <STYLE type="text/css"> <!-- body { background-image : url("壁紙のURL"); background-repeat: no-repeat; background-attachment: fixed; background-position: center ; } --> </STYLE>
配布元HP WAZA!