ユーザーをそのセクションに誘導するナビゲーションを備えた単一ページのHTML5Webサイトがあります。何もしないIE8を除くすべてのブラウザでうまく機能します。私が持っているもののダムバージョン:
<a href="#about">About</a>
<a href="#work">Work</a>
<a href="#services">Services</a>
<a href="#process">Process</a>
<a href="#contact">Contact</a>
<section id="about">
...
</section>
<section id="work">
...
</section>
<section id="services">
...
</section>
<section id="process">
...
</section>
<section id="contact">
...
</section>
運が悪かったので検索しました。ノーブレークスペースまたはテキストをターゲットのセクション/divに追加することに関するいくつかの解決策を見ましたが、それは機能しませんでした。困惑。