main background fixed?

How fixed I my main background, I think I overlook here something but can't get it...
I want the background stay's and scroll the pages.

Someone give a hint please?

Kids first
Quote · 22 Sep 2008

In template/tmpl_uni/css/general.css for the background of the body it would look like this:

 

 body
 {
  width: auto;
  min-width: 960px;
  margin:0px;
  padding:0px;
  background:url('../images/your-image-here') fixed; /*sorry corrected, this is the basic setting*/
  font-family:Arial;
  font-size:11px;
  color:#ffffff;
   
 }

 

This does not effect members uploaded pics in their profile. To do that you would have to copy this same style to the "profile_view.css" in that same directory.

Quote · 22 Sep 2008

In templates/tmpl_uni/css/main.css just add the following line inside your tag body:

 

background-attachment:fixed;

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 22 Sep 2008

Thanks Guys.... I was overlooked it .
to long behind the screen  :(

Kids first
Quote · 22 Sep 2008
 
 
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.