Div not expanding even with content inside

后端 未结 8 2169
故里飘歌
故里飘歌 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:05

    You have a fixed height on .infohold, so the .albumhold div will only add up to the height of .infohold (20px) + .albumpic (110px) plus any padding or margin which I haven't included there.

    Try removing the fixed height on .infohold and see what happens.

提交回复
热议问题