footnote rollovers
-
Is there a way to highlight a word or phrase in the text of a post and insert footnote information like you can insert a hyperlink, so that when the reader rolls over the highlighted text, the footnote information appears?
The blog I need help with is: (visible only to logged in users)
-
You can use either one of the following (in the HTML editor, of course):
<span style="cursor:help;text-decoration:underline;" title="ROLLOVER INFO HERE">WORD OR PHRASE HERE</span>
<span style="cursor:help;color:#HEX HERE;" title="ROLLOVER INFO HERE">WORD OR PHRASE HERE</span>
For hex color codes see here:
http://www.december.com/html/spec/color.html
- The topic ‘footnote rollovers’ is closed to new replies.