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 external files, all js in external files, etc.) From experience I can tell you inline styles get very tricky to work with! :) derek On Oct 2, 2009, at 8:43 AM, Delos Woodruff wrote: > 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: > http://checkitlocal.com/er-bradleys-saloon.html > > The css for the background is specified in an inline style on the body > tag. The w3schools validator does give an error due to the doctype > automatically ending the head section after the meta tags - which then > makes the style declaration automatically out of place. If it was > going to break due to that, it should break everywhere, right? > > Any other troubleshooting steps I can take? > ______________________________________________________________________ > css-discuss [cs...@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ________________ gravity switch We Put Technology in its Place p: 413.586.9596 f: 413.582.9987 gravityswitch.com ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/