How to get height of entire document with JavaScript?

前端 未结 13 1928
逝去的感伤
逝去的感伤 2020-11-22 06:01

Some documents I can\'t get the height of the document (to position something absolutely at the very bottom). Additionally, a padding-bottom on seems to do nothing on these

13条回答
  •  执笔经年
    2020-11-22 06:38

    I don't know about determining height just now, but you can use this to put something on the bottom:

    
    
    CSS bottom test
    
    
    
    
    
    

    regular body stuff.

    on the bottom

提交回复
热议问题