Footer bottom of the screen?

Discussion in 'PHP' started by le007, May 1, 2012.

  1. #1
    Hi all,

    I need my footer at the bottom of the screen unless its on a laptop as the footer would crop into a middle div.

    Any ideas?
    Thanks
     
    Solved! View solution.
    le007, May 1, 2012 IP
  2. BMR777

    BMR777 Well-Known Member

    Messages:
    145
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    140
    #2
    Look into position: fixed in CSS, you can position your footer so it is always at the bottom of the browser window.
     
    BMR777, May 1, 2012 IP
  3. le007

    le007 Well-Known Member

    Messages:
    481
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Thanks for the reply, any code?
     
    le007, May 2, 2012 IP
  4. #4
    <div id="footer" style="position:fixed;"></div>
     
    infotripro, May 2, 2012 IP