Can someone tell me why this CSS statement works when I place it in the head section of a template, but when I put the same code into a style sheet called from that it does not apply the background image?
All the other CSS statements in the style sheet work fine including those that style this particular div. The only style statement that doesn’t seem to work is this background image for the div.
#menubar2 {color: #3A3629; background: url([(base_url)]assets/images/tilebeige6.gif) repeat;}
Thank you!