Hello everybody.
Here is my problem:
In my external style sheet the background-image is just not working and I am just out of thoughts why. It worked earlyer but I can't remember what have I done to disturb it so much.
Other Info: No JS is implemented to the element, no
CSS:
#header_center {height:39px; width:972px; background-image:url('images/image.png');}
HTML:
...
<link rel="stylesheet" href="birds.css" type="text/css" />
...
<div id="header_center"></div>
...
Interesting is that all the css works fine, it's only the background-image part.
Also, if I replace it with background:#fff; it also works fine.
So I guess it must be some kind of path issue. But the image exists! I tried placing it in the root folder, together with css, I tried to write a full path of the image e.g. http:// localhost/project/images/image.png.
It's really weird.
Any thoughts? - Thanks in advance