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 を 1 行に集中させることです。使っfloat:leftたら動かない。誰かがこれを解決する正しい方法を教えてください。
float:left
コンテナdivに1行のdivを入れて中央に配置します。
使用できます
display:inline-block;
IE8+などを目指すなら…
これはIE6-7で機能すると思います
display:inline-block; *display:inline; zoom:1;