background problem

D

deBaser

Hello,
If you set a background to a webpage and then want to scroll say for
arguments sake some text over the top of it, how do you keep the background
from moving with it. I'm sure there is a simple answer that I have
overlooked.

Many thanks in advance

deBaser
 
N

neepdocker

Try this
<body style="background-repeat: repeat; background-attachment: fixed;
background-position: left top">
 
Top