20 / 20

Property: tooltip

Description:

Adds a styleable tooltip at the cursor position.

a {
    tooltip: '%title';
}

Applies to:

All elements.

Properties:

Name: Value: Details:
tooltip string Use marker %title to include the title value of the link.
tooltip-class class name CSS class for the tooltip container.
tooltip-opacity decimal value Value between 0 (no opacity) und 1 (full opacity). Default: 1 (off).

Examples:

Open: Demo Page

­