1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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