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. Link to comment https://forums.phpfreaks.com/topic/257949-background-image-not-working-in-ie-in-development/ 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. Link to comment https://forums.phpfreaks.com/topic/257949-background-image-not-working-in-ie-in-development/#findComment-1322374 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.