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.
2つ以上のコンテナを上下に並べるのではなく並べて配置するための最良の解決策を探しています。他の投稿を調べたところ、style = "float:left;"を追加すると言う人もいます。これは問題ありませんが、style = "display:inline;"を追加することを提案する人もいます。これは何もしません。より良い提案はありますか?
前もって感謝します。
私はこの種のスタイルを頻繁に使用します:
.rightCol { width: 60%; float: right; height: 30px; } .leftCol { width: 40%; float: left; height: 30px; text-indent: 10px; }
あなた自身の寸法を定義してください、そしてあなたは行ってもいいです!
お役に立てば幸いです。