Jump to content

Background image not working in IE! *in development*


Ivan Ivković

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.