The background image is moving along with the modules while scrolling (i.e. the content). Is it possible to fix the background image (alone) as immovable? If so please tell me the way... Thanking You.
AS Templates
POSTED: 2012-12-19
Hello KOMALSHREE,
We have to see your site, please provide us with the URL, thank You.
Regards, AS Team.
komalshree
POSTED: 2013-01-02
Helllo Sir/Madam,
Right now I applied other demo template till I fix it as it is released. Between the URL is http://igs.uni-koeln.de
komalshree
POSTED: 2013-01-10
Hello Sir,
Right now the template is applied. please check and tell me ....Thanking You
AS Templates
POSTED: 2013-01-10
Hello KOMALSHREE,
In the template.css file, in the body class please add the following attribute: background-attachment: fixed;, so it will looks like the following:
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
The background image is moving along with the modules while scrolling (i.e. the content). Is it possible to fix the background image (alone) as immovable? If so please tell me the way... Thanking You.
We have to see your site, please provide us with the URL, thank You.
Regards, AS Team.
Right now I applied other demo template till I fix it as it is released. Between the URL is http://igs.uni-koeln.de
Right now the template is applied. please check and tell me ....Thanking You
In the template.css file, in the body class please add the following attribute: background-attachment: fixed;, so it will looks like the following:
body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
margin: 0;
padding: 0;
vertical-align: top;
background-attachment: fixed;
}
Regards, AS Team.