Viewing 2 replies - 1 through 2 (of 2 total)
  • On your main page, you have a div with the id container. Your subpages, however, are slightly different. They’ve also got the div with id container, but as you can see when looking at the code, it is of type class=”singlecol” as well.

    In your spring_flavour.css you’ve specified that #container should have a background, but #container.singlecol shouldn’t.

    (#container.singlecol {background-image:none;} is causing this)
    My suggestion, remove it..

    Thread Starter technoscott

    (@technoscott)

    Thanks…you’re golden.

    It worked like a charm. One little change…You should see the bruises on my forehead from beating my head against the wall for hours.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HELP! div background image on page’ is closed to new replies.