Small Problem with Background

Discussion in 'CSS' started by BraveStarr, Oct 25, 2005.

  1. #1
    I have a background in one DIV with multiple DIV's inside of it. The background shows up fine through the whole page is IE, but does not show up in the DIVs at all in FireFox.

    What can be done to fix this?

    Here are the files:
    HTML: betatke.org/alumni/test/index.html
    CSS: betatke.org/alumni/test/layout.css

    Thanks.
     
    BraveStarr, Oct 25, 2005 IP
  2. Arnica

    Arnica Peon

    Messages:
    320
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Put <br style="clear:both;"> as the last thing in your "content" div which will force Firefox to expand the container around the floated left and right columns.
     
    Arnica, Oct 25, 2005 IP
  3. BraveStarr

    BraveStarr Guest

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks a lot.
     
    BraveStarr, Oct 25, 2005 IP