I have modified the #header in either/both of the css files style.css and blue.css with the following code and the graphic isn't showing. (yes I flushed cache and verified that if I type in the rotate.php url directly in the browser it works fine).

#header {
  background: maroon url('../images/header/rotate.php') center top no-repeat;
}

Of course in the blue.css it has the ../ and in style.css it does not. Of course I've tried simple graphic links, and tried placing graphics in the same folder as the css and I've read everything I can find that has a reference to the header, but I'm just not seeing why this isn't working.

So, my question is probably just one of my missing something obvious, but... Why isn't this working and what can I do to fix it? I know this rotate.php works in other themes (like marinelli) so why not here? What is it that is making this theme not accept it?

Please help! Thanks in advance...

Comments

bootstrapjohnny’s picture

If anyone cares to know where I found this little trick... Of course I found it as soon as I asked for help!

In the page.tpl.php file I commented out the first of the two instances of the "background-image:none;" located on line 169 in the middle of the #header section.

Like magic, it's working! I sure hope this helps somebody else...

bootstrapjohnny’s picture

Status: Active » Closed (fixed)

Marking it closed and fixed.
Cheers, All! Bootstrap Johnny