Quote:
Originally Posted by Frenzie
Have you tried to look into something more generic with just element names?
|
Yes, of course, I inspected several books in Calibre, and it looked that this tweak was working on couple of books, as the note seems always be encapsulated in div, while normal pages not ...
div > div, div > p {
-cr-hint: footnote-inpage;
...
}
but then I encountered two books, where also normal pages are in divs so this was not generally working.
I will perhaps have a look into the code and come up with a proposal,
I myself am Ok with the curent solution as I am a programmer and do understand html/CSS stuff, but what about those who don't ...