I’d like to place a thin image (23 x 450 px) in the left side of #content_remainder in template Elvira.
So I added this code to custom.css:
#content_remainder {background-image: url("../images/sierleft.png"; background-position:left; background-repeat: repeat-y;}
That’s correct code, isn’t it?
But nothing happens. Even if I remove the background-color in all parent divs. With Firebug that code is not displayed.
The image sierleft.png is for sure in the folder /images.
What could be wrong? Are the properties of #content_remainder not editable? Is it forbidden area for me?
- - - - - -
EXCUSE ME
Now I see, I forgot a closing parenthesis in the code after the url.