Quote:
Originally Posted by kovidgoyal
There is no way to get the viewer to do that, I'm afraid. It might work with using the following CSS in the viewer settings, but Ihavent tested it
Code:
aside { display: none }
.calibre-footnote-container aside { display: block }
|
I just test the CSS code, But it not works well. When i toggle it, it popups all contents of this chapter, instead of the footnote which it should be.
and i test the following CSS which discart aside,
.calibre-footnote-container { display: block }
The effect is same as the CSS you provide:
.calibre-footnote-container aside { display: block }
It is so closed to the answer,So, what's wrong?
Please help me, I will appreciate you so much