Tooltip
Docs > Extensions > Plugins > TooltipHere is a cool script you can use to generate custom tooltips. To enable it turn it on in site.config:
enableTooltip
To use it, call the tooltip function and specify the link, label, and tooltip you want to display, like this:
You can actually do more interesting things if you like, such as including various kinds of markup in your tooltip:
[(tooltip link=some.page label='look here' tooltip="//italics// **bold**<br><br><color=red>LINE BREAKS!!!</color>")]
Here's one with an image!
[(tooltip link=some.page label='look here' tooltip=img:ds.jpg)]
The css for this is stored at code.embed.tooltip if you want to modify it.