Quote:
Originally Posted by ozh
2) Kindle 5th generation (Kindle 5, the one with the 5 buttons in the botton): the hidden part of the TOC DOES APPEARS inside the book. I don't know why, since i believe this model does have support for the HTML/EPUB3 features. Am I wrong?
|
Kindle 5 models with the
latest firmware should support KF8 (AZW3) files. However, AFAIK, they don't support KFX files.
IMHO, the easiest solution would be to simply add a
class="hidden" attribute:
Code:
.hidden {
display: none;
}