joykiller Posted April 7, 2010 Share Posted April 7, 2010 I am experiencing some problems with my background image in prestashop. I have a background image that's 1600*1200pixels, but the lenght is no good on a few of the pages. For instance when a customer wants to see the order details for a previous order.I use the command ; background-repeat:no-repeat; to make sure the background does not tile, but I need help stacking it so that it will be long enough for all my pages. Any ideas on what code to use? Attached image for a better description. Link to comment Share on other sites More sharing options...
razaro Posted April 7, 2010 Share Posted April 7, 2010 You could first try to add background-color: black; or background-attachment:fixed; To repeat image vertically background-repeat:repeat-y; Link to comment Share on other sites More sharing options...
joykiller Posted April 7, 2010 Author Share Posted April 7, 2010 Thanks allot :-) Link to comment Share on other sites More sharing options...
rocky Posted April 8, 2010 Share Posted April 8, 2010 If this has solved your issue, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Rayan Posted May 3, 2011 Share Posted May 3, 2011 You could first try to addbackground-color: black; or background-attachment:fixed; To repeat image vertically background-repeat:repeat-y; I used the " background-attachment:fixed; " and it solved my problem. 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