问题与这里的小提琴有关:http: //jsfiddle.net/k3QAC/1/我和我的朋友正在做一个项目
我有三个相同的部分标签,如下所示:
<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 > 标签显示在完全相同的位置。如,如果您有超过 section#1 h3,则 p 标签从顶部开始显示。如果您将鼠标悬停在第 #2 h3 部分,则 p 标签显示在完全相同的位置。与#3 h3 部分相同。