I can’t figure out why the image is not resolving inside the div id=”header_container”
everything looks ok, the image is on the server,,, what’s the issue here?
http://winteradagency.com/mrw/index.php
any ideas?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Background image URL’s in a CSS file are relative to the URL of the CSS file itself, not to the URL of the parent HTML page which included the CSS file.
So, to fix your particular problem, change
images/logo.jpgto../images/logo.jpg, otherwise it is trying to lookup the image instyles/images/logo.jpg