Quote:
Originally Posted by TheWindows7Site
you would need to use javascript to accomplish this effect.
|
Not entirely true. You COULD do it using javascript, but I was aiming more at doing it with CSS, which I figured out how to do, placing this code in additional.css:
Code:
html {
background-attachment: none;
background-clip: border-box;
background-color: #FFFFFF;
background-image: {vb:stylevar doc_background};
background-position: 0 0;
background-origin: ;
background-repeat: none;
background-size: 100% 100%;
}