Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如您所知,当我们浮动 HTML 元素时,我们会将其从正常流程中移除,而其他元素则表现得好像根本没有元素一样,它们只是看不到它。但是为什么文本开始环绕浮动图像,不是应该在图像下方吗?
您似乎将绝对定位与流布局混淆了。浮动元素向左/向右移动,文本通过环绕来尊重它们。