Wed, 2004-11-17 21:14
I am using a jpeg strip repeated for the background, but it stops when the content stops. is there anyway to make it go the full length of the page? If I can do that I will just position the background to fixed.
Wed, 2004-11-17 23:05
#1
Image Background
body { background-image: url(image.jpg); background-repeat: no-repeat; background-attachment: fixed; }
hth