Div not expanding even with content inside

后端 未结 8 2155
故里飘歌
故里飘歌 2020-12-24 00:23

I have a stack of divs inside of each other, all of which have an ID which specifies CSS only.

But for some reason the surrounding DIV tag only expands to it\'s anoi

相关标签:
8条回答
  • 2020-12-24 01:18

    Add <br style="clear: both" /> after the last floated div worked for me.

    0 讨论(0)
  • 2020-12-24 01:18

    div will not expand if it has other floating divs inside, so remove the float from the internal divs and it will expand.

    0 讨论(0)
提交回复
热议问题