Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS changing full page background image in sub pages Re: changing full page background image in sub pages

#138334
polebu
Member

Thanks.
A follow up question. In the example the code is in the html section of the css and you put the img url in the body section. Is that ok, or does the complete code

background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

go into the body section?