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.

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.