Scrolling Background Image
johnortt
Registered Users Posts: 3 Beginner grinner
Hi guys,
I really apologise for asking such a stupid question but I have spent two hours looking without any success.
All I want to do is to make my background image scroll with the rest of the page.
I tried inserting a custom CSS section with the following code without any luck...
If anyone could help me I'd really appreciate it.
Thanks & regards,
John
I really apologise for asking such a stupid question but I have spent two hours looking without any success.
All I want to do is to make my background image scroll with the rest of the page.
I tried inserting a custom CSS section with the following code without any luck...
html { background-repeat: no-repeat; background-attachment: scroll; }
If anyone could help me I'd really appreciate it.
Thanks & regards,
John
0
Comments
http://www.w3schools.com/cssref/pr_background-attachment.asp
If you are wanting to achieve this on your main site main CSS, I'm not sure which parts would need changing.
Easy when you know how.
I think the mistake I was making was to try to style the Smugmug background.
Thanks again and Regards, John.