以下が正しく表示されない理由が気になります。
<div class="topbar">...</div>
<div class="container">...</div>
レイアウトにはTwitter の Bootstrap ( http://twitter.github.com/bootstrap/topbar
) を使用しており、 内のコンテンツは 内のコンテンツの上にありますcontainer
。これらの div が適切に重なり合っていないのはなぜですか?
以下が正しく表示されない理由が気になります。
<div class="topbar">...</div>
<div class="container">...</div>
レイアウトにはTwitter の Bootstrap ( http://twitter.github.com/bootstrap/topbar
) を使用しており、 内のコンテンツは 内のコンテンツの上にありますcontainer
。これらの div が適切に重なり合っていないのはなぜですか?