Height of outer div not expanding with inner div

后端 未结 5 1884
遇见更好的自我
遇见更好的自我 2020-12-30 03:52

I have a bodyMain div of 100% width. Inside it is a body div 800px with auto margin(can I use \'body\' as id ?). Inside this are two divs bodyLeft and bodyRight 200px and 60

5条回答
  •  北海茫月
    2020-12-30 04:05

    The simple solution is to have outer div overflow:hidden (in style attribute).

    Thank you

提交回复
热议问题