Text Wrapping around an absolute positioned div

后端 未结 10 1823
感动是毒
感动是毒 2020-12-03 13:25

I know there are a few questions about similar topics but they mostly amount to floating the div/image. I need to have the image (and div) positioned absolutely (off to the

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 14:06

    I think the best option is to add an additional div after the float content, but still inside the parent to clear previous styles.

    And CSS:

    .clear
    {clear:both;}
    

提交回复
热议问题