How do I use a link in the tooltip? Because when the cursor leaves the tooltip link, it disappears.
You can apply a hover on the tooltip itself (the span element). In the first example code included in this item, you can add (line 80) :
... , #effect1 a + span:hover
Now, when the cursor is in the tooltip, it will keep its full scale !