Stationary Footer

Discussion in 'HTML & Website Design' started by immortality, Mar 2, 2007.

  1. #1
    Ive seen this before but dont know the code. The footer is at the bottom of the browser and when you scroll it doesnt move, its over top of the webpage. If you dont get what im trying to say ill try to describe it better.
     
    immortality, Mar 2, 2007 IP
  2. veckd

    veckd Peon

    Messages:
    1,065
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    sure. something like this should work:

    #footer
    {
    position:fixed;
    bottom:0;
    z-index:20;
    }
    Code (markup):
     
    veckd, Mar 2, 2007 IP
    immortality likes this.