LasseSJ Posted April 17, 2013 Share Posted April 17, 2013 Hi Guys. I'm using Presta 1.54. I love this look: http://tivicr.com/es/116-celulares The background image is fixed and when you scroll Down only the center content move. How can I do the same on my upcoming shop: http://smartkajak.dk/prestashop/index.php ? Further more I would like a White or semi-transparent background in the Whole center, and a dark line between background image and center content. Thank you!! BR Lasse, Copenhagen. Link to comment Share on other sites More sharing options...
viemonsta Posted April 17, 2013 Share Posted April 17, 2013 Hi, try to change your body background to fixed like this example: body { background: #FFF url('your image link') repeat fixed; and for the transparent background in the center content you can add a .png background to your #page id. hope it can help 1 Link to comment Share on other sites More sharing options...
vekia Posted April 17, 2013 Share Posted April 17, 2013 thanks for sharing the solution @viemonsta it works like a charm @LasseSJ please let us know if this works for you also :-) regards Link to comment Share on other sites More sharing options...
powerpig Posted May 21, 2013 Share Posted May 21, 2013 Bit of thinking and all done! /* ************************************************************************************************ struture ************************************************************************************************ */ #page { background: #fff url('http://nakumoto.com/background6.jpg') top center no-repeat} #header {z-index:10} #columns {z-index:1} #left_column {} #center_column {} #right_column {} #footer {} /* ************************************************************************************************ generic style ************************************************************************************************ */ body{ font:normal 11px/14px Arial, Verdana, sans-serif; background: #000 url('http://nakumoto.com/background6.jpg') top center no-repeat; background-attachment:scroll; color:#222; /*background:#fff;*/ 1 Link to comment Share on other sites More sharing options...
falconmonkey Posted April 6, 2014 Share Posted April 6, 2014 Helped allot. Thanks Link to comment Share on other sites More sharing options...
Luis_lopez2 Posted March 27, 2016 Share Posted March 27, 2016 (edited) It work, thanks. Edited October 22, 2018 by Luis_lopez2 I receive spam through the links on this website. (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now