Align width of container div to the sum of floating div

后端 未结 5 986
说谎
说谎 2021-02-14 17:27

I have the following html:

wookie1
5条回答
  •  渐次进展
    2021-02-14 17:47

    Delete main container width and .sub_container position absolute and you should be good to go.

    .main_container {
        #width:380px;
    }
    
    .sub_container {
        #position: absolute;
    }
    

提交回复
热议问题