scrolling page on fixed background

liunx

Guest
Can anyone tell me the HTML for fixing the background image while the page scrolls over the top of it? I have a graphic of green grass that I want to be the fixed background on the page, as a "watermark", while the rest of the page scrolls over the top of it. I have seen this done before but I don't recall the URL of the page.<!--content-->First of all its not HTML it is CSS.<br />
<style type="text/css"><br />
body<br />
{<br />
background: url(image.jpg) fixed;<br />
}<br />
</style><!--content-->That's fine. And it worked great. Now I just have to get the image looking the way I want it.<br />
<br />
Dave<!--content-->This doesn't work on Netscape - does it on FireFox?<!--content-->It should work on FireFox. And it should work on Netscape unless it is an earlier version.<!--content-->
 
Back
Top