How do I get a static background stay static as I scroll through the page? I tried
body {
background-attachment: fixed;
}
but that doesn’t work.
How do I get a static background stay static as I scroll through the page? I tried
body {
background-attachment: fixed;
}
but that doesn’t work.
Hi Aaron,
Thank you for writing in, is that the site that you’re working on below? I tested your CSS code in there and it works. Please add your CSS code to Theme Options > CSS and then clear your browser’s cache.
Hope it helps,
Cheers!
Thank you it worked perfectly!
You’re welcome. Glad we could help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.