• As you can probably guess from the thread title, I’m having a bit of trouble with my background in Firefox. The div “container” should have a white background, which shows up in IE. But for some reason, in Firefox its not showing up on pages which use WordPress. My site is here: https://www.la-fleur.org
    If anyone could give me any help or whatever, I’d be very grateful! Its probably something really obvious, but I just can’t see what I’m doing wrong. Thanks =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Amy, add the following before the final </div>. It looks like you missed closing one of them, and you need to add the <br clear="all" /> to have the container div background wrap around the internal divs.
    </div>
    <br clear="all" />

    Thread Starter amy

    (@amy)

    Ah, thank you very much burt! That worked a treat =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with background in Firefox’ is closed to new replies.