Forums

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

Home Forums CSS [Solved] How to make footer stick bottom of the page

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #151269
    Jack
    Participant

    How can i make the footer to stick bottom of the page no matter what resolution is the screen is and scrolling? Because currently i am able to stick the footer bottom of the page with my desktop, but once i change to laptop view or the paragraph/content are too long, the footer wasn’t stick bottom of the page already if i scroll down.

    #footer
    { font: italic normal 12pt Cambria;
      position: absolute;
      right: 10px;
      bottom: 10px;
      background: transparent;
      text-shadow: 1px 1px #fff;
      color: #535353;}
    
    #151270
    Paulie_D
    Member

    So you mean that you always want the footer visible regardless of screensize?

    Look into position:fixed.

    #151317
    Jack
    Participant

    Thanks Paulie_D. It’s working.

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