Background image fixed

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Sun Aug 15, 2010 1:58 pm
Hi,
I'm using Gamebox template and wondering to see the background image fixed. How can I do it?

Thanks in adv,
E.
User avatar
Gold Boarder

GK User
Sun Aug 15, 2010 2:09 pm
On template.css file find this line:

Code: Select all
#bg-wrap1 { background:#060606 url('../images/style1/background.jpg') no-repeat 50% 0; min-height:100%; overflow:hidden; }


change to

Code: Select all
#bg-wrap1 { background:#060606 url('../images/style1/background.jpg') no-repeat top fixed; min-height:100%; overflow:hidden; }


On style1.css file, find this line:

Code: Select all
#bg-wrap1 { background:#060606 url('../images/style1/background.jpg') no-repeat 50% 0; }


change to

Code: Select all
#bg-wrap1 { background:#060606 url('../images/style1/background.jpg') no-repeat top fixed; }


Do the same on style2.css and style3.css, changing the respective style path.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Aug 15, 2010 3:42 pm
Thanks, you are great!!!!
User avatar
Gold Boarder


cron