Divs overflowing

Discussion in 'CSS' started by Riverofrhyme, Sep 20, 2010.

  1. #1
    http://zetabin.com

    The 3 column layout at the bottom of the page is flowing over the footer, how do I fix that?
     
    Riverofrhyme, Sep 20, 2010 IP
  2. kemonrider

    kemonrider Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try this :

    #foot {
    color:#d5d5d5;
    font-size:80%;
    padding-top:36px;
    text-align:center;
    border-top:1px solid #0f2333;
    clear:both;
    }

    i'am usually adding a new div on top footer like this :

    <div style="clear:both;"></div>
     
    kemonrider, Sep 20, 2010 IP