Ivan Ivković Posted February 28, 2012 Share Posted February 28, 2012 http://ivanivkovich.host22.com Check the upper navigation background. I'm using internal style for this because of the site webpath using php: .head_nav{ background-image: url(<?php echo IMAGES?>header.png); # Outputs http://ivanivkovich.host22.com/img/header.png NO ERROR, checked. background-repeat: repeat-x; } I've tried: Changing to document-relative path Changing to root-relative path Switching to external style without php Changing to background: url(url...) Putting doublequotes Pls help me with this? I can give ftp access if somebody would like to. Quote Link to comment Share on other sites More sharing options...
sunfighter Posted February 29, 2012 Share Posted February 29, 2012 IE 7 ~8 has a bug with png images. Maybe change the image to jpg and see what happens. 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.