Shape 5

Joomla Templates => Sports Nation - Club => : frankky May 23, 2013, 07:52:30 AM



: Fixed image for background
: frankky May 23, 2013, 07:52:30 AM
I tried to use a fixed image background and was able to pull it off but images disapeared from all my articles.

I'm using a method I picked from here:  http://www.cssplay.co.uk/layouts/background.html (http://www.cssplay.co.uk/layouts/background.html)

What needs to be changed for this to work?

Thanks


: Re: Fixed image for background
: frankky May 23, 2013, 08:49:26 AM
After further investigation, I have found that the problem might be with the lazyload javascript.

I don't have enough js experience to decifer why that is but if I change the opacity settings I can get it to work.


: Re: Fixed image for background
: mikenicoll May 23, 2013, 06:02:17 PM
Hello,

You should be able to do this by just changing the CSS here:

dark.css - line 1

body {
    background: url("../images/dark/s5_bg.jpg") no-repeat scroll center top #15191C;
}

body {
    background: url("../images/dark/s5_bg.jpg") no-repeat fixed center top #15191C;
}

-Mike