I can't disable the pop-up, but I can force to enable the pop-up:
The original code which disable pop-up,and that is I want:
Code:
<body>
<section id="answer-07">
<h3>答 案 七</h3>
<ol class="test">
<li epub:type="rearnote" id="answer-07-01">家庭、村落、国家<a epub:type="noteref" class="footnote" href="#footnote-01" id="footnote-01-backlink">[1]</a>。 </li>
<li>.......</li>
.......
</ol>
<aside>
<hr/>
<div epub:type="footnote" id="footnote-01" class="footnote">
<a href="#footnote-01-backlink">[1]</a><span>译注:与“城邦”同一字State。</span>
</div>
</aside>
</section>
<div class="goto">
<a href="../Text/Appendix02-04.xhtml#test-07">[return]</a>
</div>
</body>
The part of change:
Code:
<body>
<section>
<h3><a id="answer-07" href="../Text/Appendix02-04.xhtml#test-07"></a>答 案 七</h3>
.....
</section>
Then it would force to enable the pop-up footnote on kindle.
But, I want to disable all of them!