問題は、このフィドルに関連しています: http://jsfiddle.net/k3QAC/1/私の友人と私はプロジェクトを行っています
次のような 3 つの同一のセクション タグがあります。
<section id="1">
<h3>This is a heading.</h3>
<p>This is 1 of 1 p tags.</p>
<p>This is 1 of 2 p tags.</p>
<p>This is 1 of 3 p tags.</p>
</section>
<section id="2">
<h3>This is a heading.</h3>
<p>This is 1 of 1 p tags.</p>
<p>This is 1 of 2 p tags.</p>
<p>This is 1 of 3 p tags.</p>
</section>
<section id="3">
<h3>This is a heading.</h3>
<p>This is 1 of 1 p tags.</p>
<p>This is 1 of 2 p tags.</p>
<p>This is 1 of 3 p tags.</p>
</section>
私の Fiddle で H3 タグのいずれかにカーソルを合わせると、 < p > タグがまったく同じ場所に表示されるようにします。同様に、セクション #1 h3 を超えている場合、p タグは先頭から表示されます。セクション #2 h3 にカーソルを合わせると、p タグがまったく同じ場所に表示されます。セクション #3 h3 と同じ。