How to make your background static/fixed?

  • Thread starter Thread starter Merlin07
  • Start date Start date

Merlin07

Guest
Member
Wouldn't this go in the CSS form in the 'page setup' screen in the page background section?

body
{
background-image: url('path to image');
background-attachment: fixed;
background-size: cover;
}

Or am I doing something wrong?

Continue reading...

Continue reading...
 
Top