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
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.
background: url("../images/bg_image.jpg") no-repeat scroll center top #F0F0F0
background: url("../images/bg_image.jpg") no-repeat fixed center top #F0F0F0