FaT3oYCG Posted April 10, 2009 Share Posted April 10, 2009 Hi im currently making a site for someone at the moment but i'm having a problem with the css, i'm no css specialist hence why the user chose a free template that i have modified slightly to suit the users requirements. My problem is that the background image of the body that is styled with css is staggered from the background image of the main part of the page and looks as if it is part of the header in some way but i dont know what is wrong or how to fix this as im not good at css. here is the site: http://talk-tech.tk/ if you need to see any of the css code just point me towards which part you may need to help as its a pretty big file. Thanks for any help Craig Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted April 10, 2009 Share Posted April 10, 2009 From what I see you need to adjust the position of the background image for your body tag. In your CSS change body { background: #f3ebe0 url(bg.gif) repeat-x; to this: body { background: #f3ebe0 url(bg.gif) 0 -105px repeat-x; NOTE: You if you change the size of the header later on you will need to adjust the postion of the background image again). Quote Link to comment Share on other sites More sharing options...
FaT3oYCG Posted April 10, 2009 Author Share Posted April 10, 2009 thanks muchly, i was trying to do that but as i said im not too good with php, i did exactly what you did but i put the arguments after the repeat-x statment hence why it wasnt working, cheers. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.