Text wraps around floating div but borders and
s do not

后端 未结 5 2064
南笙
南笙 2021-01-04 05:09

I have a div that is float: right and it is inside a parent div. There are p elements inside that same parent div also, and the text wraps around t

5条回答
  •  梦毁少年i
    2021-01-04 06:09

    You would have to set the width of the paragraphs to the width of the container minus the width of the floating element, or you could give them a margin on the same side of the float equal to the float's width.

提交回复
热议问题