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.
我想这样做,但它们之间没有界限。
我遇到的问题是将许多 div 集中在一行上。当我使用float:left它不起作用。有人可以帮我用正确的方法解决这个问题。
float:left
将一行的 div 放到一个容器 div 中,并将其放在中心。
您可以使用
display:inline-block;
如果你的目标是 IE8+ 等。
认为这适用于 IE6-7
display:inline-block; *display:inline; zoom:1;