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.
我试图从特定的锚点加载页面
编辑
请参阅现有示例 JS Fiddle
所需的效果意味着红色的#block 只能通过向上滚动出现,而#content 块与浏览器顶部齐平。
HTML
<div id="block"> Top block </div> <div id="content"> Show this at the top </div>
CSS
#block { height: 400px; }