Viewing 5 replies - 1 through 5 (of 5 total)
  • even when scrolling? or just when a page isn’t long enough to force it there?

    Thread Starter hrkvalvik

    (@hrkvalvik)

    Just when a page isn’t long enough to force it there.
    Probably wouldn’t happen often, but I just hate seeing the footer half way up a page!

    it is awkward. I have seen an all css approach. not sure how well it works. I personally would look into a javascript approach.

    take a look at this https://css-tricks.com/snippets/jquery/jquery-sticky-footer/

    Thread Starter hrkvalvik

    (@hrkvalvik)

    How about even when scrolling?

    the term “sticky” has unfortunately become sort of an umbrella term. when i hear it i think, “always visible, always on top” like everything will scroll underneath it. If that is what you want then you can give it a fixed position at the bottom of your screen and set the z-index higher than everything else.

    if you don’t like the animation of the previous solution provided in the link, then you can edit out the animation properties of the script.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sticky footer’ is closed to new replies.