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

前端 未结 5 1061
心在旅途
心在旅途 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:42

    Here is a full code example of Shauna's solution above for the lazy/confused/people who can't get this working.

    
    
    
    
    
     
    
    
    
    
    Frozen Page Header

提交回复
热议问题