![]() |
|
What html is used here? - Printable Version +- kanji koohii FORUM (http://forum.koohii.com) +-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html) +--- Forum: Off topic (http://forum.koohii.com/forum-13.html) +--- Thread: What html is used here? (/thread-8884.html) |
What html is used here? - Mesqueeb - 2012-01-08 So in here in this post, there are references denotated as a small "1", "2" and so on. When hovering over it with the mouse a small textbox appears saying the same thing as at the bottom of the page. What html code would be used? xD http://www.alljapaneseallthetime.com/blog/dont-have-high-standards-have-wide-standards What html is used here? - Asriel - 2012-01-08 In the article where he makes the link to the footnotes: <a class="simple-footnote" title="Whatever goes in the mouseover" id="return-note-6004-1" href="#note-6004-1"><sup>1</sup></a>. Then the footnote: <li id="note-6004-1">Whatever the footnote says<a href="#return-note-6004-1">Return Link</a></li> What html is used here? - Mesqueeb - 2012-01-13 Asriel Wrote:In the article where he makes the link to the footnotes:Thank you! xD |