Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Footer Problem

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22517
    Oscar
    Member

    Hello Guys!!

    I’m having a little problem with my page running a little lower than my footer. This actually happened all of the sudden cause it was good yesterday and I didn’t change the code for it.

    BTW: I’m using WordPress

    [img]http://img175.imageshack.us/img175/6407/footerij3.jpg[/img]

    here’s the CSS

    Code:
    /* Footer*/

    #footer {
    margin: 50px auto;
    width: 100%;
    height: 100px;
    float:left;
    position:absolute;
    background-image: url(‘images/footer_bg.png’);
    background-repeat: repeat-x;
    background-color: #1b3244;
    border-top: dashed 2px #ffffff;
    padding:15px 0 15px 0;
    color:#ffffff;
    }

    #footer2 {
    margin:0 auto;
    width: 900px;
    }

    #ads {
    width: 440px;
    display: block;
    float: right;
    }

    #ads img {
    padding: 3px;
    background: #ffffff;
    }

    #contact {
    width: 400px;
    font-size: 12px;
    float: left;
    }

    And here’s the HTML

    Code:
    #46723
    Oscar
    Member

    Very important!!!! forgot about it, sorry :oops:

    I’ve edited the original post, thanks!!!

    #46728
    Oscar
    Member

    Actually I was using firefox, so… that’s a little weird.

    But I used the min-height:100px and it did the trick!!!

    Thanks to all for the help!!!!

    #46730
    Oscar
    Member

    :D

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.