OK, this is my footnote (or endnote, if we're being pedantic):
Code:
<p class="calibre18" id="filepos997417"><a href="part0005.html#lb1">1</a>
For the benefit of any who desire more exact information, I may add that a table of
average temperatures, carefully registered day by day and week by week, is to be
found at the end of Mr. H. Villiers Stuart’s
<span class="italic">‘Nile Gleanings.’</span>
[Note to Second Edition.]</p>
and the class referred to is in the CSS file:
Code:
.italic {
font-style: italic;
}
The link to the note is:
Code:
...
it is cold when the wind blows strongly from the north.
<sup><a class="calibre13" href="part0035.html#filepos997417" id="lb1">1</a></sup>
...
As I say, the italics show up absolutely fine when the footnote is displayed as a page in the book, but not when it's a popup.
Can you see anything obviously wrong here? I can't.