verhoej Posted November 25, 2011 Share Posted November 25, 2011 Hi I need some help with positioning the back ground of my center column at homepage. It its a 3 part background top center and bottom. Now i cant get the center part up to the top part. see my home page http://www.creaonline.nl thnx Link to comment Share on other sites More sharing options...
razaro Posted November 25, 2011 Share Posted November 25, 2011 Your bg_body.png have some empty space at top so you can edit that in Photoshop or change background position a bit. #bg { background-image: url("../img/bg_body.png"); background-position: center -137px; background-repeat: repeat-x; } Link to comment Share on other sites More sharing options...
verhoej Posted November 25, 2011 Author Share Posted November 25, 2011 tried that , but no effect its the white part in the middle Link to comment Share on other sites More sharing options...
nyett Posted November 25, 2011 Share Posted November 25, 2011 hallo verhoej, you can set a padding-top on #center_bg , it will cover the space between them. #center_bg { background: url('../img/center_bg.png') repeat-y; padding: 5px 10px 10px; } I just tested it on Chrome and Firefox. 1 Link to comment Share on other sites More sharing options...
verhoej Posted November 25, 2011 Author Share Posted November 25, 2011 tyvm =] 1 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