Static Background Image

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Mon Dec 03, 2012 2:18 am
Hi,

Id like to place a background image that remains static in the browser and the site content scrolls up over it. How do I go about doing this on this template??

Thanks
User avatar
Fresh Boarder

GK User
Mon Dec 03, 2012 8:57 am
You should use position fixed for your background image, this articles give you all necessary knowledge :
http://davidwalsh.name/css-fixed-position-background-image then you just need to add some code to template.css file for background property in body element.
User avatar
Platinum Boarder

GK User
Tue Dec 04, 2012 10:28 am
bkrztuk wrote:You should use position fixed for your background image, this articles give you all necessary knowledge :
http://davidwalsh.name/css-fixed-position-background-image then you just need to add some code to template.css file for background property in body element.


This didn't work. Im using the yourShop template
User avatar
Fresh Boarder

GK User
Wed Dec 05, 2012 9:43 am
Could you show me your site URL ?
User avatar
Platinum Boarder

GK User
Wed Dec 05, 2012 10:05 am
User avatar
Fresh Boarder

GK User
Thu Dec 06, 2012 11:11 am
Please open file template.css and in line 12 modify part :

Code: Select all
background: url("../images/bg_image.jpg") no-repeat scroll center top #F0F0F0

to :

Code: Select all
background:  url("../images/bg_image.jpg") no-repeat fixed center top #F0F0F0


this will fix your problem.
User avatar
Platinum Boarder


cron