Making background picture static

GK User
Fri Oct 08, 2010 2:24 pm
I want to make background picture static like as seen on http://www.theartsdesk.com/

I don't want to lose it because of rolling down the site.

How can i do it?
User avatar
Senior Boarder

GK User
Fri Oct 08, 2010 2:48 pm
add this in override.css
Code: Select all
#bg-wrap { background: transparent url('path/to/your/background_image.jpg') fixed center 0; }
User avatar
Platinum Boarder

GK User
Sun Oct 24, 2010 1:17 am
Can we stretch the image? On my site, the image repeats itself, I managed to fix it but can we do something which takes the whole screen or at least it does not repeat itself?
Thank you

my website
User avatar
Junior Boarder

GK User
Mon Oct 25, 2010 11:07 am
did you fix this?

looks good to me...
User avatar
Platinum Boarder

GK User
Mon Oct 25, 2010 2:16 pm
It doesnt work to me on brown you can se. My site is: http://adkreativ.hu/

Any help please???
User avatar
Fresh Boarder

GK User
Mon Oct 25, 2010 5:05 pm
No, i'm with a resolution 1920X1080. I's like that : http://img838.imageshack.us/img838/4010/screenkx.jpg
User avatar
Junior Boarder

GK User
Mon Oct 25, 2010 5:22 pm
Please excuse me for my english, I'm a french guy !

I found the solution :

add the line tell by explodedk in override.css

and after you need to activate the override.css in template, turn off by default !

go in admin > extensions > template manager, and edit your gk_sporter template

go in DEV MODE : and turn ON override.css
, and now it's working ;)

be careful of you image background path !

have a nice day ;)
User avatar
Fresh Boarder

GK User
Mon Oct 25, 2010 5:26 pm
Tial wrote:
No, i'm with a resolution 1920X1080. I's like that : http://img838.imageshack.us/img838/4010/screenkx.jpg


you need to add a no-repeat value to the line ;)
Code: Select all
#bg-wrap { background: transparent url('path/to/your/background_image.jpg') fixed no-repeat center 0; }
User avatar
Fresh Boarder

GK User
Tue Oct 26, 2010 12:46 am
Merci ;)
User avatar
Junior Boarder

GK User
Thu Nov 25, 2010 7:01 pm
Thanks ;)
User avatar
Senior Boarder

GK User
Sat Nov 27, 2010 3:24 pm
Thanks!
User avatar
Senior Boarder


cron