"This was posted in another thread and I wanted to ask a question but it was closed"
This was the question:
I am making a website and i have added a background by right clicking and going to page properties then adding a background that is the same width as my page but if I scroll down, my background is copied as i scroll down. What i want is for the background to stay put and only the content on the page scrolls down.
Can someone help me please?
This was the answer and I have tried it over and over and it is not working:
Go in Page HTML and add the following code in the Inside Body of the page HTML:
background-attachment: fixed;
background-repeat: no-repeat;
What is the solution for a background image to not repeat in BlueVoda?
This was the question:
I am making a website and i have added a background by right clicking and going to page properties then adding a background that is the same width as my page but if I scroll down, my background is copied as i scroll down. What i want is for the background to stay put and only the content on the page scrolls down.
Can someone help me please?
This was the answer and I have tried it over and over and it is not working:
Go in Page HTML and add the following code in the Inside Body of the page HTML:
background-attachment: fixed;
background-repeat: no-repeat;
What is the solution for a background image to not repeat in BlueVoda?
Comment