Quote:
Originally Posted by chantsing
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
|
There is an different between .calibre-footnote-container { display: block } and
.calibre-footnote-container aside { display: block }:
When i use CSS code—.calibre-footnote-container aside { display: block },
it will popups all contents of this chapter, including all footnote.
When i use CSS code—.calibre-footnote-container { display: block },
it will popups all contents of this chapter, excluding all footnote.