Re: [css-d] background image conflict

2009-10-02 Thread Derek Allard
Delos, On the page that isn't displaying there is a body style definition that is overriding the bg image and saying to use no bg image. body { background-image: url(); } You might also want to think about cleaning your code up to make it easier to maintain down the road (all css in

Re: [css-d] background image conflict

2009-10-02 Thread Christian Kirchhoff
In the 2nd file, in line 225, it says: body { background-image: url(); } That is preventing the background from showing up. Best regards, Christian Kirchhoff *Editura Gesellschaft für Verlagsdienstleistungen mbH* Tempelhofer Damm 2 · 12101 Berlin www.editura.de AG Berlin-Charlottenburg

[css-d] background image conflict

2009-10-02 Thread Delos Woodruff
I have a site where the background image fails to show on certain pages. I don't see any place where the css has been overridden in the code that would prevent it. Here's an example of a page with the background image: http://checkitlocal.com/dixon-ralph-s-dpm.html And here's one without: htt