In the text of the book, links to notes. Notes are found at the bottom of the book.
book text<a href="#n1" name="r1">[1]</a> book text
book text text<a href="#n2" name="r2">[2]</a> book text
book text book text<a href="#n3" name="r3">[3]</a> book text..
Notes:
<a name="n1" href="#r1">1</a> Here is the text of note 1
<a name="n2" href="#r2">2</a> Here is the text of note 2
<a name="n3" href="#r3">3</a> Here is the text of note 3
...
I would like the text of the notes to be displayed additionally when hovering over the link in the text.
I don't want to duplicate notes in the text via title
, data-title
, div
.. . Is there an easy way to do this with css3 / html5 / pure js?