Write the Code. Change the World.

3月 19

div使用float时,父容器的高度不能撑开自适应,该怎么处理呢。

有两种方法:

  1. 在div的后边额外加一个div,并设置样式 clear:both
  2. 在父容器中,设置样式 overflow:auto;