LOGO DISAPPEAR

amandine / 2012-11-04 21:42:09   

Hi again,
My logo disappear.

Here is the index.php code

and here the style.css code
#header { position: fixed;
background: url('shockinghorses.com/files/gimgs/…')no-repeat center center;
height: 84px;
width: 100%;
top: 35px;
left: 0px;
z-index: 9999; }
my website:
shockinghorses.com/

My logo disappear I ignore the reason.
Please help me, it drives me really crazy.

amandine / 2012-11-04 21:42:44   
php code
Vaska A / 2012-11-04 21:54:33   

Your "url" specification is incorrect...should be...

  1. url('shockinghorses.com/files/gimgs/path/to/…')
amandine / 2012-11-04 22:34:43   

I replace the Url specification but it still doesn' work...

arsondpi / 2012-11-05 10:41:12   

works fine from my end. A background image and an image on top...

This thread has been closed, thank you.