頁面內的鏈接將您的內容滾動到瀏覽器窗口的頂部。有什麼辦法可以爲此添加保證金嗎?我將使用一些JavaScript來指導滾動,但希望有一個可行的後備。添加頁面內鏈接的邊距
因此,簡而言之,我可以在CSS中添加一個邊距,它將在瀏覽器窗口的頂部和頁面鏈接的一部分之間添加一些空間。
HTML:
<nav>
<a href="#test">TEST</a>
</nav>
<div class="section">
<a name="test"></a>
<p>This content should be offset from the top of the page when scrolled to</p>
</div>
謝謝!將接受盡快 – technopeasant
tinkerbin.com不再;也許這個鏈接可以被重寫到http://tinkerbin.heroku.com/,但它似乎也不能很好地工作。 – Arjan