Background

Hi everyone,

I am trying to get the home page of my site fixed in place without moving up and down, does anyone know how can I go about it, thank you in advance.

Quote · 3 May 2014

No sure where you put the css to add a background to the home page. But you also need to add the css

background-attachment:fixed;

which will lock the image so it does not scroll with the page.

https://www.deanbassett.com
Quote · 3 May 2014

I think it is in common.css

Geeks, making the world a better place
Quote · 3 May 2014

Yea. however he stated "home page"

So i would have to assume by that statement that only the home page was changed. If the background was adjusted for the body in common.css it would affect every page. Not just the home page. So he had to have done something different.

https://www.deanbassett.com
Quote · 3 May 2014

templates\base\css\index.css  or in your 3rd party template.. 

Place the body css in there. 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 3 May 2014

Thanks everyone for the support, it works

is: template/template you are using/css/common.css

code to be added:

background-attachment:fixed;

just in case someone else is looking for the same answer, thank you all.

Quote · 3 May 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.