How do I use CSS to position a fixed variable height header and a scrollable content box?

前端 未结 5 1062
心在旅途
心在旅途 2020-12-01 05:15

I\'m trying to make a web page with a fixed header and a scrollable content area. This is trivial when the header has a known height but I\'m struggling to find a solution f

5条回答
  •  借酒劲吻你
    2020-12-01 05:45

    This javascript will take the variable height of a fixed header and set the top margin of the content to flow underneath. Just call page load.

    
    

提交回复
热议问题