关于css得height:100%; 不生效问题;

 

今天在做项目的时候突然遇到height:100%;无效,但是写上固定高度就好使。

 

解决方法:

1、html, body { height: 100%; }

2、div { height: 100%; position: absolute; } 前提是,父元素要设置宽高,并且position:relative/absolute....

相关文章:

  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-06-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案