fixed position, in black and white

GK User
Tue Nov 16, 2010 11:02 am
my frend got black and white template and asked me to put background with fixed position
on my (memovie) it was easy, i put the same code and all tables got fixed

how to make it fixed background, and center to show on that template

he is realy bad with english thats why im asking it

thanks
User avatar
Senior Boarder

GK User
Wed Nov 17, 2010 11:39 pm
someone, with
background-image:url('bg.pnh');
background-repeat:no-repeat;
background-attachment:fixed;


wont work
User avatar
Senior Boarder

GK User
Thu Nov 18, 2010 3:04 am
Hi

On style1.css file find this fragment:

Code: Select all
body { background:#e8e7df url('../images/style1/bg.jpg') repeat 0 0; }


change for example to

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


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Nov 18, 2010 11:29 am
moving this to right subforum - please use template subforums when available
User avatar
Platinum Boarder

GK User
Wed Dec 08, 2010 10:11 pm
Hi,

i try to change the code in the style1.css, but the background stills not fixed.

Thanks.
User avatar
Fresh Boarder

teitbite
Fri Dec 10, 2010 2:20 pm
Hi

Can I please see Your site?
User avatar
Moderator

GK User
Mon Jan 31, 2011 1:40 pm
Perfect, thank you for this code.

Bye
User avatar
Gold Boarder

GK User
Wed May 25, 2011 6:59 am
Seichinha wrote:Hi

On style1.css file find this fragment:

Code: Select all
body { background:#e8e7df url('../images/style1/bg.jpg') repeat 0 0; }


change for example to

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


Cheers ;)


Thanks a lot!
User avatar
Senior Boarder


cron