Hi,
I have set a image as a background on all pages for this template, only problem what I have, I can't find any option for setting background not scroll-able.
Any help will be appreciated.
Thanks
AS Templates
POSTED: 2012-04-18
Hello danielm,
In the tmpl.content.css file, in class wrapper please add the following string:
background-attachment: fixed;
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have set a image as a background on all pages for this template, only problem what I have, I can't find any option for setting background not scroll-able.
Any help will be appreciated.
Thanks
In the tmpl.content.css file, in class wrapper please add the following string:
background-attachment: fixed;
So it will looks like the following:
.wrapper
{
background-attachment: fixed;
}
Regards, AS Team.