Hi,guys! After I have tried a few times, I found what affect eisable the inline footnote for kindle:
To be enable pop-up on kindle, need a loop anchor, that means my code should have be all enable pop-up footnote, but something to prevent that works. "something" must be between the loop ancher.
I look for the differece is one of them has the footnote in the rearnote, "the nesting footnote".
So I make a empty anchor in the code, that works!
The code like this:
Code:
<body>
<section epub:type="rearnotes" id="answer-01">
<h3><a href="#foolkindle" id="foolkindle"></a>答 案 一</h3>
<ol class="test">
........
</ol>
</section>
<div class="goto">
<a href="../Text/Appendix02-01.xhtml#test-01">[return]</a>
</div>
</body>
Now I want to know how disable pop-up for kepub and how handle the content the pop-up showed...