如果我在HTML页面中有一个非滚动头,固定在顶部,有一个定义的高度:
有没有一种方法可以使用URL锚(#fragment
部分)来让浏览器滚动到页面中的某一点,但仍然尊重固定元素没有JavaScript的帮助的高度?
http://example.com/#bar
WRONG (but the common behavior): CORRECT: +---------------------------------+ +---------------------------------+ | BAR///////////////////// header | | //////////////////////// header | +---------------------------------+ +---------------------------------+ | Here is the rest of the Text | | BAR | | ... | | | | ... | | Here is the rest of the Text | | ... | | ... | +---------------------------------+ +---------------------------------+