I am running the same theme across all pages on my site, except for the admin pages. For some reason, it is not displaying the one background-image on all pages. They are using the same styles, so i'm not sure what would make them different. I created an image to show the difference: http://www.fairmontstate.edu/images/drupal_backgroundImage.gif The drupal site is not live, so do not view the source for that website. If I need to post the source or CSS, just let me know.

Thanks,
Shane

Comments

nevets’s picture

Most likely cause is you are using a relative path for the image and not on that is absolute to the sites base url. If you use Firefox try the firebug extension, Load a page where the image is not showing, open firebug and look under the 'net' tab and it will showing where it is trying to find the image.

zeta ζ’s picture

Are you sure this is a background image? Are you trying to hide a column by overlaying it with a div that has a background image?

This might be a cache issue: try clearing the cache.

___________________
It’s in the detaιls…

demonstration portfolio

shanefjordan’s picture

I'm importing the data. It seems as though it is either a cache or permission issue. When I go to the page not displaying it, edit the page, then the blue box will display. It is in a block, but the information displays, just not the blue background.

Thanks,
Shane

shanefjordan’s picture

The issue was that some of the pages had an extra

tag in. Because of this the background image was getting closed prematurely. I went ahead and got this fixed and everything is displaying properly.

arbel’s picture

can you elaborate on the fix, I seem to have a very similar issue