This question shows research effort; it is useful and clear
3
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
这里有点麻烦。我有 4 个 DIV。我希望它们的位置如下:
因此,我将 DIV 1 浮动到左侧,并将 DIV 4 浮动到右侧。到目前为止,一切都很好。但是,当我包含 DIV 2 和 3 时,一切都开始崩溃。根据我在 HTML 中对 DIV 的排序方式,有时它们根本不显示、在下一行、乱序等等。这一切都变得相当混乱。我没有看到float:center;CSS 代码,所以我不确定如何执行此操作。