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.
ここにページがあります。
ソースを見て、nav div がヘッダー div 内に表示されない理由を教えてください。
浮動要素はコンテナに高さを適用しません。次のいずれかが必要です。
clear: both;
overflow:hidden;
display:inline-block;
float:left