Looking for help

Discussion in 'HTML & Website Design' started by johny2000, Jan 21, 2009.

  1. #1
    I would to find someone who can fix a problem I an haveing with my footer on my web page .I cannot get it to float up and down on my site .Please no rookie:)

    http://askyourcook.com
     
    johny2000, Jan 21, 2009 IP
  2. NosZHi

    NosZHi Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    add to .footer
    width: 100%;
    position: fixed;
    bottom: 0;
    PHP:
    ...and if you like the text from the footer to be centered edit your .galt class like this
    color: #999A9B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 15px;
    padding-top: 25px;
    text-align: center;
    PHP:
    Also remove this from the galt class DIV because the height is defined in the .galt class and the 260px width messes the centering
    style="width: 260px; height: 53px;"
    PHP:
     
    NosZHi, Jan 21, 2009 IP