View Single Post
Old 01-21-2024, 06:41 AM   #8
chantsing
Member
chantsing began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2024
Device: window
Quote:
Originally Posted by chantsing View Post
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.
chantsing is offline   Reply With Quote