Is there a way to anchor the background of a page and just have the text scroll? I thought I've seen this before and would like to do it as I think it makes for a nicer presentation. Thanks for the help.
.background
{ background-attachment: fixed;
background-image: url('images/background.gif');
background-repeat: no-repeat;
background-position: left bottom
}
Then add the following line to your body tag
p class="background"
Greg Palmer
----------------------------------------
Any feed back is appreciated.
Try putting bgproperties="fixed" in your <body> tag. This should work, although I'm not sure if there are any browser compatibility issues with it. There probably are...there is with everything else!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.