single, scrolling row of watermoons,
produced by the following CSS definition :
body {
background-image: url('.../moon?d=200');
background-position: 50px 0px;
background-repeat: repeat-y;
background-attachment: scroll;
}
... |