我不明白爲什麼我的下邊框不會出現在我的導航欄下方。它工作正常,直到我添加#topheader所以我認爲這是我的問題。如果是這樣,有沒有一種更有效的方法讓黑盒子成爲頂級?漢克你任何幫助邊框底部出現在元素頂部
<header>
<div id="topheader">
<div class="wrapper">
<div id="logo">
<h1>TheWay</h1>
</div>
</div>
</div>
<!-- Navigation Bar -->
<div class="wrapper">
<div id="nav_bar">
<nav>
<a href="home.html">Home</a>
<a href="blog.html">Blog</a>
<a href="music.html">Music</a>
<a href="events.html">Events</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</div>
</header>
下面是完整的代碼: http://tinker.io/a31d6/2
更換浮子請總是包含問題中相關代碼。 –
我在CSS中看不到'border-bottom'規則。 – j08691
我應該包括這個問題而不是解釋它。對於那個很抱歉。 – Waymond