CSS Floating Footer

前端 未结 2 1369
隐瞒了意图╮
隐瞒了意图╮ 2021-02-06 05:04

I want to make a footer that stays at the bottom of the viewable window UNLESS it butts up against the content when you resize the window smaller.

I tried... bottom:0; p

2条回答
  •  清歌不尽
    2021-02-06 05:09

    I believe this will do what you want: CSS layout: 100% height with header and footer. I've used it on a site and it can be tricky to implement depending on the complexity of your existing layout.

提交回复
热议问题