Shape 5

Joomla Templates => eTensity - May 08 - Club => : ghostrider3599 May 19, 2008, 11:10:25 PM



: Background
: ghostrider3599 May 19, 2008, 11:10:25 PM
Love the template or should I say templates - Innovative idea ! ! !

Is it possible to make the background image fixed ie:background-attachment : fixed;

But where would I put it and what would the exact wording be?

thanks



: Re: Background
: jonahh May 20, 2008, 11:19:50 AM
Hello,

Thanks! :)

Yes, you can place the style in your index.php file at about line 232.  You will notice the following:

:
body {
background:<?php echo ($s5_colorback);?> url(<?php echo ($s5_repeatback);?>) repeat;}

Just change the "repeat" to "no-repeat fixed" or "repeat fixed" and of course since there are two template you'd have to do this to both index.php files.

Regards,


: Re: Background
: ghostrider3599 May 21, 2008, 03:13:48 AM
Great directions, found it easily and - Worked Perfect -

Appreciate your help and quick response.